-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
copr: allow checksum request to be rescheduled (#9094) #9098
copr: allow checksum request to be rescheduled (#9094) #9098
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@kennytm you're already a collaborator in bot's repo. |
Signed-off-by: kennytm <kennytm@gmail.com>
/test
|
/run-all-tests |
1 similar comment
/run-all-tests |
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
@Little-Wallace, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: coprocessor(slack). |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
cherry-pick #9094 to release-4.0
What problem does this PR solve?
Issue Number: close pingcap/br#611
Problem Summary:
Running the checksum coprocessor, even with concurrency = 1, affects the cluster performance since it never yields control.
What is changed and how it works?
What's Changed:
Copied the "reschedule" mechanism from the "analyze" coprocessor to the checksum coprocessor.
Related changes
Check List
Tests
Side effects
Release note