Include write_buffer_manager in ImmutableDBOptions::Dump
Summary: as titled Closes https://github.com/facebook/rocksdb/pull/2601 Differential Revision: D5441618 Pulled By: ajkr fbshipit-source-id: 334b098d90caadd3d07167d051cfb4ae65db98e1
This commit is contained in:
parent
ae28634e9f
commit
ecff9d5e33
@ -162,6 +162,8 @@ void ImmutableDBOptions::Dump(Logger* log) const {
|
||||
ROCKS_LOG_HEADER(
|
||||
log, " Options.db_write_buffer_size: %" ROCKSDB_PRIszt,
|
||||
db_write_buffer_size);
|
||||
ROCKS_LOG_HEADER(log, " Options.write_buffer_manager: %p",
|
||||
write_buffer_manager.get());
|
||||
ROCKS_LOG_HEADER(log, " Options.access_hint_on_compaction_start: %d",
|
||||
static_cast<int>(access_hint_on_compaction_start));
|
||||
ROCKS_LOG_HEADER(log, " Options.new_table_reader_for_compaction_inputs: %d",
|
||||
|
Loading…
Reference in New Issue
Block a user