rocksdb/util
Raza Hussain 6908e24b56 dynamic setting of stats_dump_period_sec through SetDBOption()
Summary:
Resolved the following issue: https://github.com/facebook/rocksdb/issues/1930
Closes https://github.com/facebook/rocksdb/pull/2004

Differential Revision: D4736764

Pulled By: yiwu-arbug

fbshipit-source-id: 64fe0b7
2017-03-20 22:54:13 -07:00
..
aligned_buffer.h direct reads refactor 2017-01-11 16:54:12 -08:00
allocator.h
arena.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
arena.h
arena_test.cc
autovector.h Implement non-exclusive locks 2016-12-05 17:39:17 -08:00
autovector_test.cc
bloom.cc
bloom_test.cc
build_version.cc.in
build_version.h
cache_bench.cc
cache_test.cc NewLRUCache() to pick number of shard bits based on capacity if not given 2017-01-27 06:39:12 -08:00
cf_options.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
cf_options.h [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 2017-02-23 15:09:12 -08:00
channel.h
clock_cache.cc NewLRUCache() to pick number of shard bits based on capacity if not given 2017-01-27 06:39:12 -08:00
clock_cache.h
coding.cc
coding.h
coding_test.cc
compaction_job_stats_impl.cc
comparator.cc
compression.h Remove use of deprecated LZ4 function 2016-11-21 12:24:14 -08:00
concurrent_arena.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
concurrent_arena.h Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
crc32c.cc
crc32c.h
crc32c_test.cc
db_options.cc dynamic setting of stats_dump_period_sec through SetDBOption() 2017-03-20 22:54:13 -07:00
db_options.h dynamic setting of stats_dump_period_sec through SetDBOption() 2017-03-20 22:54:13 -07:00
delete_scheduler.cc Support SstFileManager::SetDeleteRateBytesPerSecond() 2017-03-16 12:09:15 -07:00
delete_scheduler.h Support SstFileManager::SetDeleteRateBytesPerSecond() 2017-03-16 12:09:15 -07:00
delete_scheduler_test.cc Support SstFileManager::SetDeleteRateBytesPerSecond() 2017-03-16 12:09:15 -07:00
dynamic_bloom.cc
dynamic_bloom.h Fix the wrong address for PREFETCH in DynamicBloom::Prefetch 2017-02-28 10:39:11 -08:00
dynamic_bloom_test.cc Windows thread 2017-02-06 14:54:18 -08:00
env.cc direct io write support 2016-12-22 13:09:19 -08:00
env_basic_test.cc Generalize Env registration framework 2017-01-25 16:09:14 -08:00
env_chroot.cc
env_chroot.h
env_hdfs.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
env_posix.cc Remove bulk loading and auto_roll_logger in rocksdb_lite 2017-02-28 11:09:11 -08:00
env_test.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
event_logger.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
event_logger.h
event_logger_test.cc
fault_injection_test_env.cc Flush job should release reference current version if sync log failed 2017-01-19 23:09:15 -08:00
fault_injection_test_env.h
file_reader_writer.cc avoid ftruncate twice in buffered io 2017-03-17 11:39:13 -07:00
file_reader_writer.h cleanup direct io flag in WritableFileWriter 2017-03-14 22:39:09 -07:00
file_reader_writer_test.cc alignment is on in ReadaheadRandomAccessFile::Read() 2017-02-18 12:09:12 -08:00
file_util.cc Always fsync the file after file copying 2016-12-28 19:09:16 -08:00
file_util.h Always fsync the file after file copying 2016-12-28 19:09:16 -08:00
filelock_test.cc
filter_policy.cc
hash.cc Fix travis (compile for clang < 3.9) 2016-12-01 10:09:22 -08:00
hash.h
hash_map.h
heap.h Cache heap::downheap() root comparison (optimize heap cmp call) 2016-12-01 13:39:14 -08:00
heap_test.cc
histogram.cc fix compile for VS2015 2017-03-10 11:24:09 -08:00
histogram.h
histogram_test.cc
histogram_windowing.cc
histogram_windowing.h
instrumented_mutex.cc
instrumented_mutex.h
io_posix.cc detect logical sector size 2017-02-23 11:25:36 -08:00
io_posix.h detect logical sector size 2017-02-23 11:25:36 -08:00
iostats_context.cc
iostats_context_imp.h
iostats_context_test.cc
kv_map.h
log_buffer.cc
log_buffer.h
log_write_bench.cc direct io write support 2016-12-22 13:09:19 -08:00
logging.cc util/logging.cc: buffer of insufficient size (gcc-7 -Werror=format-length) 2016-12-13 18:39:14 -08:00
logging.h Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
lru_cache.cc NewLRUCache() to pick number of shard bits based on capacity if not given 2017-01-27 06:39:12 -08:00
lru_cache.h Allow incrementing refcount on cache handles 2017-01-10 16:54:20 -08:00
lru_cache_test.cc
memenv.cc direct io write support 2016-12-22 13:09:19 -08:00
memory_usage.h
mock_env.cc Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
mock_env.h Fix some bugs in MockEnv 2017-03-13 09:54:11 -07:00
mock_env_test.cc
murmurhash.cc Gcc 7 fallthrough 2016-12-14 19:24:25 -08:00
murmurhash.h
mutexlock.h
options.cc Add macros to include file name and line number during Logging 2017-03-15 19:39:12 -07:00
options_helper.cc dynamic setting of stats_dump_period_sec through SetDBOption() 2017-03-20 22:54:13 -07:00
options_helper.h dynamic setting of stats_dump_period_sec through SetDBOption() 2017-03-20 22:54:13 -07:00
options_parser.cc Make compaction_pri settable through option string 2017-03-02 10:24:12 -08:00
options_parser.h
options_sanity_check.cc
options_sanity_check.h
options_settable_test.cc Builders for partition filter 2017-03-07 13:54:12 -08:00
options_test.cc Remove skip_table_builder_flush and default it to true 2017-03-02 16:54:10 -08:00
perf_context.cc Less linear search in DBIter::Seek() when keys are overwritten a lot 2016-11-28 10:24:11 -08:00
perf_context_imp.h
perf_level.cc
perf_level_imp.h
perf_step_timer.h
posix_logger.h
random.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
random.h
rate_limiter.cc Statistic for how often rate limiter is drained 2017-03-02 17:54:15 -08:00
rate_limiter.h Statistic for how often rate limiter is drained 2017-03-02 17:54:15 -08:00
rate_limiter_test.cc Statistic for how often rate limiter is drained 2017-03-02 17:54:15 -08:00
sharded_cache.cc NewLRUCache() to pick number of shard bits based on capacity if not given 2017-01-27 06:39:12 -08:00
sharded_cache.h NewLRUCache() to pick number of shard bits based on capacity if not given 2017-01-27 06:39:12 -08:00
slice.cc
slice_transform_test.cc
sst_file_manager_impl.cc Support SstFileManager::SetDeleteRateBytesPerSecond() 2017-03-16 12:09:15 -07:00
sst_file_manager_impl.h Support SstFileManager::SetDeleteRateBytesPerSecond() 2017-03-16 12:09:15 -07:00
statistics.cc add max to histogram stats 2017-03-08 22:24:15 -08:00
statistics.h
statistics_test.cc
status.cc Fix rocksdb::Status::getState 2017-01-03 18:39:14 -08:00
status_message.cc New subcode for IOError to detect the ESTALE errno 2017-02-17 10:54:13 -08:00
stderr_logger.h
stop_watch.h Break stalls when no bg work is happening 2017-03-16 18:24:17 -07:00
string_util.cc
string_util.h
sync_point.cc gcc-7 requires include <functional> for std::function 2016-12-16 11:24:18 -08:00
sync_point.h gcc-7 requires include <functional> for std::function 2016-12-16 11:24:18 -08:00
testharness.cc
testharness.h
testutil.cc Pinnableslice (2nd attempt) 2017-03-13 11:54:10 -07:00
testutil.h
thread_list_test.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_local.cc Move ThreadLocal implementation into .cc 2017-02-02 14:09:12 -08:00
thread_local.h Move ThreadLocal implementation into .cc 2017-02-02 14:09:12 -08:00
thread_local_test.cc Windows thread 2017-02-06 14:54:18 -08:00
thread_operation.h Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_impl.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_updater.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_updater.h Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_updater_debug.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_util.cc Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_util.h Gcc 7 error expansion to defined 2016-12-13 18:39:14 -08:00
thread_status_util_debug.cc
threadpool_imp.cc Add missing include for abort() 2017-02-27 17:24:13 -08:00
threadpool_imp.h Windows thread 2017-02-06 14:54:18 -08:00
transaction_test_util.cc Gcc-7 buffer size insufficient 2016-12-14 19:24:26 -08:00
transaction_test_util.h
xxhash.cc
xxhash.h