Revision eae9f040eb1914e32c59e36cf57db2e7fa80098e authored by Jeffrey Xiao on 06 September 2019, 00:28:40 UTC, committed by Facebook Github Bot on 06 September 2019, 00:30:29 UTC
Summary:
These uninitialized member variables can cause a key to not be pinned when it should be, causing erroneous behavior. For example ingesting a file with range deletion tombstones will yield an "external file have corrupted keys" on a Mac.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5720

Differential Revision: D17217673

fbshipit-source-id: cd7df7ce3ad9cf69c841c4d3dc6fd144eff9e212
1 parent 83b9919
History
File Mode Size
block_cache_tracer.cc -rw-r--r-- 17.5 KB
block_cache_tracer.h -rw-r--r-- 11.0 KB
block_cache_tracer_test.cc -rw-r--r-- 15.3 KB
trace_replay.cc -rw-r--r-- 8.9 KB
trace_replay.h -rw-r--r-- 4.7 KB

back to top