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
advisor
dump
rdb
CMakeLists.txt -rw-r--r-- 544 bytes
Dockerfile -rw-r--r-- 81 bytes
analyze_txn_stress_test.sh -rwxr-xr-x 3.7 KB
auto_sanity_test.sh -rwxr-xr-x 2.7 KB
benchmark.sh -rwxr-xr-x 17.0 KB
benchmark_leveldb.sh -rwxr-xr-x 5.1 KB
blob_dump.cc -rw-r--r-- 3.3 KB
check_format_compatible.sh -rwxr-xr-x 6.5 KB
db_bench.cc -rw-r--r-- 813 bytes
db_bench_tool.cc -rw-r--r-- 220.4 KB
db_bench_tool_test.cc -rw-r--r-- 9.6 KB
db_crashtest.py -rw-r--r-- 14.3 KB
db_repl_stress.cc -rw-r--r-- 4.5 KB
db_sanity_test.cc -rw-r--r-- 8.4 KB
db_stress.cc -rw-r--r-- 144.1 KB
dbench_monitor -rwxr-xr-x 2.6 KB
generate_random_db.sh -rwxr-xr-x 734 bytes
ingest_external_sst.sh -rwxr-xr-x 331 bytes
ldb.cc -rw-r--r-- 572 bytes
ldb_cmd.cc -rw-r--r-- 104.7 KB
ldb_cmd_impl.h -rw-r--r-- 15.6 KB
ldb_cmd_test.cc -rw-r--r-- 3.9 KB
ldb_test.py -rw-r--r-- 26.1 KB
ldb_tool.cc -rw-r--r-- 4.7 KB
pflag -rwxr-xr-x 4.0 KB
reduce_levels_test.cc -rw-r--r-- 5.2 KB
regression_test.sh -rwxr-xr-x 15.8 KB
report_lite_binary_size.sh -rwxr-xr-x 1.2 KB
rocksdb_dump_test.sh -rwxr-xr-x 364 bytes
run_flash_bench.sh -rwxr-xr-x 13.5 KB
run_leveldb.sh -rwxr-xr-x 6.2 KB
sample-dump.dmp -rw-r--r-- 100 bytes
sst_dump.cc -rw-r--r-- 581 bytes
sst_dump_test.cc -rw-r--r-- 7.0 KB
sst_dump_tool.cc -rw-r--r-- 23.3 KB
sst_dump_tool_imp.h -rw-r--r-- 2.9 KB
trace_analyzer.cc -rw-r--r-- 709 bytes
trace_analyzer_test.cc -rw-r--r-- 27.5 KB
trace_analyzer_tool.cc -rw-r--r-- 68.1 KB
trace_analyzer_tool.h -rw-r--r-- 9.8 KB
verify_random_db.sh -rwxr-xr-x 1.0 KB
write_external_sst.sh -rwxr-xr-x 457 bytes
write_stress.cc -rw-r--r-- 10.9 KB
write_stress_runner.py -rw-r--r-- 2.3 KB

back to top