-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner: fix bug of plan digest is same when cop task store is different (#20054) #20076
planner: fix bug of plan digest is same when cop task store is different (#20054) #20076
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
/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
/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:
|
/run-all-tests |
@ti-srebot merge failed. |
/merge |
/run-all-tests |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
/run-all-tests |
/run-integration-common-test |
/run-unit-test |
/run-all-tests |
/run-integration-common-test |
/run-integration-compatibility-test |
/run-unit-test |
cherry-pick #20054 to release-4.0
What problem does this PR solve?
If 2 plans is the same, but the cop tasks were send to different tikv or tiflash store, the plan digest should be different.
Here is an example:
Plan1
Plan 2
Plan 1
is same asPlan 2
except for the cop task type. So the digest should be different betweenPlan 1
andPlan 2
.What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note