ddl: Fix corner case when multiple region creates one table simultaneously#8229
Merged
ti-chi-bot[bot] merged 24 commits intopingcap:masterfrom Oct 25, 2023
Merged
Conversation
…yunyan_fix_create_table
Contributor
Author
|
/run-all-tests |
Contributor
Author
|
/run-unit-test |
Contributor
|
/run-all-tests |
…yunyan/tiflash into hongyunyan_fix_create_table
Contributor
|
/run-all-tests |
Contributor
JaySon-Huang
left a comment
There was a problem hiding this comment.
And we should describe what problem is fixed in the "release note"
Co-authored-by: JaySon <tshent@qq.com>
Co-authored-by: JaySon <tshent@qq.com>
Contributor
|
/run-all-tests |
Lloyd-Pottiger
approved these changes
Oct 25, 2023
tests/fullstack-test2/ddl/alter_create_table_from_multi_regions.test
Outdated
Show resolved
Hide resolved
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
[LGTM Timeline notifier]Timeline:
|
Contributor
Author
|
/run-all-tests |
12 tasks
Member
|
In response to a cherrypick label: new pull request created to branch |
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this pull request
Oct 25, 2023
guo-shaoge
pushed a commit
to guo-shaoge/tiflash
that referenced
this pull request
Nov 29, 2023
…p#113) * ddl: Fix frequent schema GC under multi tenant (pingcap#8248) close pingcap#8256 * ddl: Fix corner case when multiple region creates one table simultaneously (pingcap#8229) close pingcap#8217 --------- Co-authored-by: hongyunyan <649330952@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #8217
Problem Summary:
What is changed and how it works?
Fix the inner action order among create table to guaranteed atomicity.
Check List
Tests
Side effects
Documentation
Release note