-
Notifications
You must be signed in to change notification settings - Fork 647
Fix volatile transactions getting stuck after a restart #10679
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 volatile transactions getting stuck after a restart #10679
Conversation
5c47c34
to
38b7a87
Compare
38b7a87
to
c6813d8
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Fix volatile transactions getting stuck after a restart.
Changelog category
Additional information
When volatile transactions are enabled it was possible for shards to become stuck after an unfortunate series of restarts, until the affected shards are restarted again.
Fixes #10674.