-
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
ddl: fix cancel rename index ddl error #8610
Conversation
3f844f0
to
26e34a9
Compare
@crazycs520 PTAL |
@crazycs520 PTAL |
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 |
@ciscoxll PLease fix ci. |
1 similar comment
Please handle the canceling rename index job explicitly in |
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.
Please address comment
562e93c
to
db3294c
Compare
Codecov Report
@@ Coverage Diff @@
## master #8610 +/- ##
==========================================
- Coverage 67.54% 67.54% -0.01%
==========================================
Files 363 363
Lines 75247 75264 +17
==========================================
+ Hits 50827 50835 +8
- Misses 19933 19939 +6
- Partials 4487 4490 +3
Continue to review full report at Codecov.
|
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
@zimulala PTAL |
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 |
/run-all-tests |
What problem does this PR solve?
Releate PR #8171 ,
If we cancel rename index ddl job must guarantee correct rollback.What is changed and how it works?
JobStateNone
, If the job status isJobStateDone
orJobStateRunning
, the job will not be canceled.Check List
Side effects
Related changes
This change is