Open
Description
Expected behavior
The fix for bug 12038 reduces the run-time value used for compaction_readahead_size from the configured value when max_sectors_kb is smaller. But nothing is written to LOG to indicate this has been done. To make life easier for people who debug RocksDB such changes should be written to LOG, and written near the start of LOG adjacent to all of the other config options.
Actual behavior
Nothing is written to LOG.
Steps to reproduce the behavior
Run this long enough that compaction will start:
./db_bench --benchmarks=overwrite --num=$large-value
Metadata
Assignees
Labels
No labels
Activity