rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

[ForDemo]Peel back the bug fix #6973 to see if #10291 expose the bug

Open hx235 opened this issue 2 years ago • 2 comments

Checkout to one commit prior to #6973 Fix some minor compilation issue Format doc

hx235 avatar Sep 15 '22 20:09 hx235

@hx235 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Sep 15 '22 20:09 facebook-github-bot

Summary of discussion on why it might not work yet: we don't know of anything in db_stress that verifies concurrent writes and non-snapshot reads on the same key because those operations currently require the same lock.

ajkr avatar Sep 20 '22 18:09 ajkr

hx235 avatar Sep 23 '22 03:09 hx235