rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Fix misbehaviour of value_found in DBImpl::KeyMayExist.

Open rhubner opened this issue 1 year ago • 0 comments

KeyMayExist set value_found by default to true. Then if the value is not in cache, TTLDB returns false because it thinks the value vas found and then mark it as corrupted. False is returned even for values which are in TTLDB.

Fix #12921

rhubner avatar Aug 14 '24 10:08 rhubner