-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 transaction lazy initialization in pessimistic mode #14446
Conversation
Signed-off-by: Shuaipeng Yu <[email protected]>
LGTM |
/run-all-tests |
Signed-off-by: Shuaipeng Yu <[email protected]>
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for 14459 |
/run-all-tests |
@jackysp merge failed. |
/run-all-tests |
cherry pick to release-3.0 in PR #14474 |
Signed-off-by: Shuaipeng Yu [email protected]
What problem does this PR solve?
The transaction should also be initialized lazily in the pessimistic mode.
What is changed and how it works?
Do not active Txn when handling pessimistic DMLs.
Check List
Tests
Code changes
Related changes