ddl: don't delay for async commit if MDL is enabled#39446
ddl: don't delay for async commit if MDL is enabled#39446ti-chi-bot merged 9 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
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. DetailsReviewer can indicate their review by submitting an approval review. |
|
/run-unit-test |
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
| // It should be called before any DDL that could break data consistency. | ||
| // This provides a safe window for async commit and 1PC to commit with an old schema. | ||
| func delayForAsyncCommit() { | ||
| if variable.EnableMDL.Load() { |
There was a problem hiding this comment.
Is it possible to switch off MDL during an ongoing DDL and break some constraints?
There was a problem hiding this comment.
No, we forbid switching MDL if there is any DDL running
sticnarf
left a comment
There was a problem hiding this comment.
I cannot think of possible cases of inconsistency after MDL is enabled now. I hope our tests will be still happy in the following days.
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: d37f633 |
|
/run-check_dev |
TiDB MergeCI notify
|
Signed-off-by: wjhuang2016 huangwenjun1997@gmail.com
What problem does this PR solve?
Issue Number: ref #39196
Problem Summary:
No need to delay for async commit if MDL is enabled.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.