-
Notifications
You must be signed in to change notification settings - Fork 643
Fix read iterator local snapshot consistency. Fixes #2885. #3037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix read iterator local snapshot consistency. Fixes #2885. #3037
Conversation
⚪
|
⚪
|
Changelog entry
Changelog category
Additional information
A very rare failure was detected with Jepsen, where an immediate (but locally upgraded to repeatable) read caused dependency confusion between concurrent writes, making it possible to commit writes to the same key in the reverse mvcc version order. Additional issues have been identified, which made it possible for local snapshot reads to violate repeatable read guarantees, those have also been fixed with corresponding regression tests.
Fixes #2885.