Skip to content

write the adjusted compaction_readahead_size to LOG #13252

Open
@mdcallag

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions