rocksdb/tools
Maysam Yabandeh 235ab9dd32 Pin mmap files in ReadOnlyDB (#4053)
Summary:
https://github.com/facebook/rocksdb/pull/3881 fixed a bug where PinnableSlice pin mmap files which could be deleted with background compaction. This is however a non-issue for ReadOnlyDB when there is no compaction running and max_open_files is -1. This patch reenables the pinning feature for that case.
Closes https://github.com/facebook/rocksdb/pull/4053

Differential Revision: D8662546

Pulled By: maysamyabandeh

fbshipit-source-id: 402962602eb0f644e17822748332999c3af029fd
2018-06-27 17:13:34 -07:00
..
advisor Adding advisor Rules and parser scripts with unit tests. (#3934) 2018-06-06 14:42:59 -07:00
dump
rdb
auto_sanity_test.sh
benchmark.sh
benchmark_leveldb.sh
blob_dump.cc
check_format_compatible.sh tools/check_format_compatible.sh to cover forward option reading too (#3994) 2018-06-15 11:12:29 -07:00
CMakeLists.txt
db_bench.cc
db_bench_tool.cc Pin top-level index on partitioned index/filter blocks (#4037) 2018-06-22 15:27:46 -07:00
db_bench_tool_test.cc
db_crashtest.py Remove unused imports, from python scripts. (#4057) 2018-06-26 12:43:04 -07:00
db_repl_stress.cc
db_sanity_test.cc
db_stress.cc Reclaim memory allocated to backup_engine. 2018-06-23 17:12:14 -07:00
dbench_monitor
Dockerfile
generate_random_db.sh
ldb.cc
ldb_cmd.cc Add file name info to SequentialFileReader. (#4026) 2018-06-21 08:42:24 -07:00
ldb_cmd_impl.h
ldb_cmd_test.cc
ldb_test.py
ldb_tool.cc
pflag
reduce_levels_test.cc
regression_test.sh
report_lite_binary_size.sh
rocksdb_dump_test.sh
run_flash_bench.sh
run_leveldb.sh
sample-dump.dmp
sst_dump.cc
sst_dump_test.cc Move prefix_extractor to MutableCFOptions 2018-05-21 14:43:11 -07:00
sst_dump_tool.cc Pin mmap files in ReadOnlyDB (#4053) 2018-06-27 17:13:34 -07:00
sst_dump_tool_imp.h Move prefix_extractor to MutableCFOptions 2018-05-21 14:43:11 -07:00
verify_random_db.sh tools/check_format_compatible.sh to cover forward option reading too (#3994) 2018-06-15 11:12:29 -07:00
write_stress.cc
write_stress_runner.py