You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Yeah this is a bit tricky because in the setup time we haven't changed this value. It's a copy per file options now within each compaction job. Given the possibility that we will revert the change of explicit system call as mentioned in #12038 and that could've obsoleted this issue, I will postpone this change.
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:
The text was updated successfully, but these errors were encountered: