-
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 pre-split region timeout constraint not w ... (#17459) #17617
ddl: fix pre-split region timeout constraint not w ... (#17459) #17617
Conversation
Signed-off-by: sre-bot <[email protected]>
/run-all-tests |
ddl/ddl_api.go
Outdated
@@ -1467,7 +1467,40 @@ func (d *ddl) CreateTable(ctx sessionctx.Context, s *ast.CreateTableStmt) (err e | |||
return errors.Trace(err) | |||
} | |||
|
|||
<<<<<<< HEAD |
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.
@crazycs520
Please fix the conflict.
Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 <[email protected]>
LGTM |
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
Sorry @zimulala, you don't have permission to trigger auto merge event on this branch. |
/run-unit-test |
/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-all-tests |
cherry-pick #17459 to release-3.0
What problem does this PR solve?
close #17458
As the title said.
What is changed and how it works?
Use
context.WithTimeout
.Related changes
Check List
Tests
Side effects
Release note