-
Notifications
You must be signed in to change notification settings - Fork 606
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 readset acks sent too early in volatile transactions #1961
Fix readset acks sent too early in volatile transactions #1961
Conversation
⚪
|
⚪
|
Changelog entry
Fix readset acks sent too early in volatile transactions.
Changelog category
Additional information
An incorrect callback was used for acknowledging readsets, which caused them to be lost when commit eventually failed, which in turn caused effects to rollback when shard is then restarted. Fixes bug KIKIMR-21060.
Merge from #1945