-
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: remove wait time after canceling a job #9648
Conversation
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
/run-unit-test |
Codecov Report
@@ Coverage Diff @@
## master #9648 +/- ##
================================================
+ Coverage 67.2198% 67.2386% +0.0187%
================================================
Files 381 381
Lines 79835 79835
================================================
+ Hits 53665 53680 +15
+ Misses 21381 21372 -9
+ Partials 4789 4783 -6 |
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
What problem does this PR solve?
When multiple TiDBs are running bootstrap at the same time, the following information will be displayed:
What is changed and how it works?
When the job is canceled, we needn't load DDL global variables or sleep for a while.
Check List
Tests
Related changes