-
Notifications
You must be signed in to change notification settings - Fork 647
the TEvTxCalcPredicate
message for the completed transaction
#8809
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
the TEvTxCalcPredicate
message for the completed transaction
#8809
Conversation
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
TEvTxCalcPredicate
message for the completed transactionTEvTxCalcPredicate
message for the completed transaction
Changelog entry
After restarting, the PQ tablet can re-send the message
TEvTxCalcPredicate
to the partition. Currently, the actor of the partition does not check thePlanStep
messages. This is a mistake. Since if he has already completed this transaction before, the predicate will be calculated incorrectly. As a result, the transaction may be partially completed.Changelog category
Additional information
...