Revision dae3b5545c556e2479972a21d1ed8850aac0bae8 authored by anand76 on 28 March 2019, 22:13:02 UTC, committed by Facebook Github Bot on 28 March 2019, 22:17:13 UTC
Summary:
WAL files are currently not subject to deletion rate limiting by DeleteScheduler. If the size of the WAL files is significant, this can cause a high delete rate on SSDs that may affect other operations. To fix it, force WAL file deletions to go through the SstFileManager. Original PR for this is #2768
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5116

Differential Revision: D14669437

Pulled By: anand1976

fbshipit-source-id: c5f62d0640cebaa1574de841a1d01e4ce2faadf0
1 parent a98317f
History
File Mode Size
cf_options.cc -rw-r--r-- 10.2 KB
cf_options.h -rw-r--r-- 8.6 KB
db_options.cc -rw-r--r-- 14.0 KB
db_options.h -rw-r--r-- 3.2 KB
options.cc -rw-r--r-- 24.3 KB
options_helper.cc -rw-r--r-- 87.6 KB
options_helper.h -rw-r--r-- 8.7 KB
options_parser.cc -rw-r--r-- 29.6 KB
options_parser.h -rw-r--r-- 5.1 KB
options_sanity_check.cc -rw-r--r-- 1.1 KB
options_sanity_check.h -rw-r--r-- 1.7 KB
options_settable_test.cc -rw-r--r-- 21.1 KB
options_test.cc -rw-r--r-- 77.2 KB

back to top