-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TiCDC: add trouble shooting info about DDL failures (#5449) (#5776) #5807
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot you're already a collaborator in bot's repo. |
/remove-type 5.0-cherry-pick |
[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. Reviewer can indicate their review by writing |
/lgtm |
@liuzix: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
@TomShawn: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6348929
|
cherry-pick #5776 to master
You can switch your code base to this Pull Request by using git-extras:
# In docs-cn repo: git pr https://github.com/pingcap/docs-cn/pull/5807
After apply modifications, you can push your change to this PR via:
cherry-pick #5449 to release-5.0
You can switch your code base to this Pull Request by using git-extras:
# In docs-cn repo: git pr https://github.com/pingcap/docs-cn/pull/5776
After apply modifications, you can push your change to this PR via:
What is changed, added or deleted? (Required)
Added information on how to handle DDL failures after 4.0.11
Which TiDB version(s) do your changes apply to? (Required)
4.0.11 or above,5.0.0-rc excluded.
What is the related PR or file link(s)?
https://github.com/pingcap/ticdc/pull/1291
https://github.com/pingcap/ticdc/pull/1352
Do your changes match any of the following descriptions?