-
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
ddl, parser, executor, ddl worker and reorganization worker: admin pause/resume ddl jobs #43672
Conversation
…seBCJ is true (pingcap#43235) (pingcap#43240) close pingcap#43226
…ingcap#43329) (pingcap#43331) * fixup * fixup * make linter happy --------- Co-authored-by: qw4990 <zhangyuanjia@pingcap.com>
…ingcap#43293) (pingcap#43340) * add retry error * add log * annotate info on write tikv error * add comments * fix comments * bazel * fix ut --------- Co-authored-by: D3Hunter <jujj603@gmail.com>
pingcap#43366) Signed-off-by: lance6716 <lance6716@gmail.com>
…n related table analyzed (pingcap#43390) (pingcap#43406) close pingcap#43295
… service during startup (pingcap#43381) (pingcap#43447) ref pingcap#42160, close pingcap#43385
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
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. |
Hi @dhysum. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[FORMAT CHECKER NOTIFICATION] Notice: To remove the 📖 For more info, you can check the "Contribute Code" section in the development guide. |
Wrong taget branch |
What problem does this PR solve?
Issue Number: close #18015 #40041
Related issue number: #39751 #43061
Problem Summary:
admin pause ddl jobs 3,5;
admin resume ddl jobs 3,5;
pause an running DDL; and resume the paused DDL.
What is changed and how it works?
Once received the
admin pause
request, it will mark the Job as pausing, then the background worker will turn the DDL job to be paused and mark it asnot processing
. While, theadmin resume
is the contrary way.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.