-
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
executor: fix bug that pessimistic lock doesn't work on a partition table when index merge is used #31025
executor: fix bug that pessimistic lock doesn't work on a partition table when index merge is used #31025
Conversation
…index merge is used Signed-off-by: guo-shaoge <shaoge1994@163.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/cc @tiancaiamao |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
/run-check_title |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
…aoge/tidb into fix_index_merge_on_part_not_block
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
…able when index merge is used Signed-off-by: guo-shaoge <shaoge1994@163.com>
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
/run-check_title |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/ee7d6e774c2a99f965e68f3af2b79fef07355974 |
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.
/run-unit-test |
Guess it's ok to wait for the final fix instead of this temporary fix. |
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
This will fix the issue in static prune mode.
@guo-shaoge: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: guo-shaoge shaoge1994@163.com
What problem does this PR solve?
Issue Number: close #31024
Problem Summary: just as #31024 said.
What is changed and how it works?
Related to #14921 and #21148.
We need to add
extraPIDColumnIndex
when build final TableReader for IndexMerge, just like #21148 did.Check List
Tests
Side effects
Documentation
Release note