rocksdb/db
Yueh-Hsuan Chiang 812c461c96 Dump db stats in WARN level
Summary: Dump db stats in WARN level

Test Plan: run db_bench and verify the LOG

Reviewers: igor, MarkCallaghan

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D38691
2015-05-19 18:42:17 -07:00
..
builder.cc Allow GetThreadList to report Flush properties. 2015-05-15 23:22:22 -07:00
builder.h Add more table properties to EventLogger 2015-05-12 15:53:55 -07:00
c.cc
c_test.c
column_family.cc CompactRange skips levels 1 to base_level -1 for dynamic level base size 2015-05-18 10:54:11 -07:00
column_family.h CompactRange skips levels 1 to base_level -1 for dynamic level base size 2015-05-18 10:54:11 -07:00
column_family_test.cc Fix flakiness in column_family_test 2015-05-05 15:59:02 -07:00
compact_files_test.cc
compaction.cc Universal Compaction with multiple levels won't allocate up to output size 2015-05-13 14:15:46 -07:00
compaction.h Cleanup CompactionJob 2015-05-05 19:01:12 -07:00
compaction_job.cc Add more table properties to EventLogger 2015-05-12 15:53:55 -07:00
compaction_job.h Allow GetThreadList() to report basic compaction operation properties. 2015-05-06 22:51:06 -07:00
compaction_job_test.cc Cleanup CompactionJob 2015-05-05 19:01:12 -07:00
compaction_picker.cc CompactRange skips levels 1 to base_level -1 for dynamic level base size 2015-05-18 10:54:11 -07:00
compaction_picker.h Optimize GetRange Function 2015-05-05 09:57:47 -07:00
compaction_picker_test.cc Reset parent_index and base_index when picking files marked for compaction 2015-05-12 11:16:25 -07:00
comparator_db_test.cc
corruption_test.cc fix typos 2015-04-25 18:14:27 +09:00
cuckoo_table_db_test.cc
db_bench.cc Add --wal_bytes_per_sync for db_bench and more IO stats 2015-05-19 16:19:30 -07:00
db_filesnapshot.cc
db_impl.cc Dump db stats in WARN level 2015-05-19 18:42:17 -07:00
db_impl.h API to fetch from both a WriteBatchWithIndex and the db 2015-05-11 14:51:51 -07:00
db_impl_debug.cc
db_impl_experimental.cc Don't compact bottommost level in SuggestCompactRange 2015-04-29 13:35:48 -07:00
db_impl_readonly.cc
db_impl_readonly.h
db_iter.cc fix typos 2015-04-25 18:14:27 +09:00
db_iter.h
db_iter_test.cc
db_test.cc Allow flushes to run in parallel with manual compaction 2015-05-18 15:34:33 -07:00
dbformat.cc
dbformat.h Abstract out SetMaxPossibleForUserKey() and SetMinPossibleForUserKey 2015-04-23 18:08:37 -07:00
dbformat_test.cc
deletefile_test.cc
event_logger_helpers.cc Add more table properties to EventLogger 2015-05-12 15:53:55 -07:00
event_logger_helpers.h Add more table properties to EventLogger 2015-05-12 15:53:55 -07:00
experimental.cc Implement DB::PromoteL0 method 2015-04-23 12:10:36 -07:00
fault_injection_test.cc
file_indexer.cc Fix possible SIGSEGV in CompactRange (github issue #596) 2015-04-29 10:52:31 -07:00
file_indexer.h
file_indexer_test.cc Fix possible SIGSEGV in CompactRange (github issue #596) 2015-04-29 10:52:31 -07:00
filename.cc
filename.h
filename_test.cc
flush_job.cc Allow GetThreadList to report Flush properties. 2015-05-15 23:22:22 -07:00
flush_job.h Allow GetThreadList to report Flush properties. 2015-05-15 23:22:22 -07:00
flush_job_test.cc
flush_scheduler.cc
flush_scheduler.h
forward_iterator.cc
forward_iterator.h
internal_stats.cc Add --wal_bytes_per_sync for db_bench and more IO stats 2015-05-19 16:19:30 -07:00
internal_stats.h Add --wal_bytes_per_sync for db_bench and more IO stats 2015-05-19 16:19:30 -07:00
job_context.h
listener_test.cc Fixed a bug in EventListener::OnCompactionCompleted(). 2015-05-12 16:10:23 -07:00
log_format.h
log_reader.cc
log_reader.h
log_test.cc
log_writer.cc Fix comparison between signed and usigned integers 2015-05-19 10:59:30 -07:00
log_writer.h
managed_iterator.cc
managed_iterator.h
memtable.cc
memtable.h
memtable_allocator.cc
memtable_allocator.h
memtable_list.cc fix typos 2015-04-25 18:14:27 +09:00
memtable_list.h
memtable_list_test.cc Include bunch of more events into EventLogger 2015-04-27 15:20:02 -07:00
memtablerep_bench.cc build: avoid unused-variable warning 2015-05-02 13:19:10 -07:00
merge_context.h API to fetch from both a WriteBatchWithIndex and the db 2015-05-11 14:51:51 -07:00
merge_helper.cc Helper function to time Merges 2015-04-27 20:23:50 -07:00
merge_helper.h Helper function to time Merges 2015-04-27 20:23:50 -07:00
merge_operator.cc
merge_test.cc
perf_context_test.cc
plain_table_db_test.cc
prefix_test.cc
repair.cc options.paranoid_file_checks to read all rows after writing to a file. 2015-04-23 11:34:35 -07:00
skiplist.h
skiplist_test.cc
slice.cc
snapshot.h Cleanup CompactionJob 2015-05-05 19:01:12 -07:00
table_cache.cc
table_cache.h
table_properties_collector.cc
table_properties_collector.h
table_properties_collector_test.cc
transaction_log_impl.cc
transaction_log_impl.h
version_builder.cc
version_builder.h
version_builder_test.cc
version_edit.cc
version_edit.h Add experimental API MarkForCompaction() 2015-04-17 16:44:45 -07:00
version_edit_test.cc
version_set.cc Fix clang build 2015-04-30 11:11:35 -07:00
version_set.h Optimize GetApproximateSizes() to use lesser CPU cycles. 2015-04-30 10:55:03 -07:00
version_set_test.cc
wal_manager.cc
wal_manager.h
wal_manager_test.cc
write_batch.cc
write_batch_base.cc
write_batch_internal.h
write_batch_test.cc
write_controller.cc
write_controller.h
write_controller_test.cc maint: use ASSERT_TRUE, not ASSERT_EQ(true; same for false 2015-04-17 14:54:17 -07:00
write_thread.cc
write_thread.h
writebuffer.h