-
Notifications
You must be signed in to change notification settings - Fork 638
Fix cdc heartbeats reporting unconfirmed volatile transactions as resolved KIKIMR-20962 #1473
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 cdc heartbeats reporting unconfirmed volatile transactions as resolved KIKIMR-20962 #1473
Conversation
…olved KIKIMR-20962
⚪
|
⚪
|
Changelog entry
Fix cdc heartbeats reporting unconfirmed volatile transactions as resolved.
Changelog category
Additional information
Volatile transactions persist changes during execution, but those changes are confirmed or aborted later. When confirmed their pending change records are added to the outgoing queue and send to consumers. Unfortunately heartbeats could mark their global timestamp as resolved before they are actually resolved, and later changes would appear out of order, violating the invariant.