Revision 0d720dfc1727dae23e81fb9c00fee7fd801c28ba authored by Herman Lee on 28 October 2015, 21:07:22 UTC, committed by Herman Lee on 28 October 2015, 23:28:11 UTC
Summary:
An uninitialized parameter was being passed into the call to fetch the table
properties during the compaction notification callbacks.

Test Plan:
Build it with myrocks and verify unit test passed.
Run unit tests.

Reviewers: rven, yhchiang, igor

Reviewed By: igor

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D49635
1 parent 4b66d95
History
File Mode Size
dump
rdb
Dockerfile -rw-r--r-- 81 bytes
auto_sanity_test.sh -rwxr-xr-x 2.6 KB
benchmark.sh -rwxr-xr-x 11.5 KB
benchmark_leveldb.sh -rwxr-xr-x 5.1 KB
check_format_compatible.sh -rwxr-xr-x 3.4 KB
db_crashtest.py -rw-r--r-- 12.2 KB
db_repl_stress.cc -rw-r--r-- 4.5 KB
db_sanity_test.cc -rw-r--r-- 8.3 KB
db_stress.cc -rw-r--r-- 76.3 KB
dbench_monitor -rwxr-xr-x 2.6 KB
generate_random_db.sh -rwxr-xr-x 726 bytes
ldb.cc -rw-r--r-- 594 bytes
ldb_cmd.cc -rw-r--r-- 65.1 KB
ldb_cmd.h -rw-r--r-- 19.0 KB
ldb_cmd_execute_result.h -rw-r--r-- 1.6 KB
ldb_cmd_test.cc -rw-r--r-- 1.6 KB
ldb_test.py -rw-r--r-- 20.0 KB
ldb_tool.cc -rw-r--r-- 4.0 KB
pflag -rwxr-xr-x 4.0 KB
reduce_levels_test.cc -rw-r--r-- 5.2 KB
rocksdb_dump_test.sh -rwxr-xr-x 325 bytes
run_flash_bench.sh -rwxr-xr-x 11.1 KB
run_leveldb.sh -rwxr-xr-x 6.2 KB
sample-dump.dmp -rw-r--r-- 100 bytes
sst_dump.cc -rw-r--r-- 603 bytes
sst_dump_test.cc -rw-r--r-- 6.2 KB
sst_dump_tool.cc -rw-r--r-- 16.8 KB
sst_dump_tool_imp.h -rw-r--r-- 3.2 KB
verify_random_db.sh -rwxr-xr-x 710 bytes
write_stress.cc -rw-r--r-- 10.5 KB
write_stress_runner.py -rw-r--r-- 2.2 KB

back to top