-
Notifications
You must be signed in to change notification settings - Fork 688
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: update troubleshoot for ddl skip (#5695) #5697
ticdc: update troubleshoot for ddl skip (#5695) #5697
Conversation
ticdc/troubleshoot-ticdc.md
Outdated
@@ -318,9 +318,9 @@ If you encounter an error above, it is recommended to use BR to restore the incr | |||
## When the downstream of a changefeed is a database similar to MySQL and TiCDC executes a time-consuming DDL statement, all other changefeeds are blocked. How should I handle the issue? | |||
|
|||
1. Pause the execution of the changefeed that contains the time-consuming DDL statement. Then you can see that other changefeeds are no longer blocked. | |||
2. Search for the `apply job` field in the TiCDC log and confirm the `StartTs` of the time-consuming DDL statement. | |||
2. Search for the `apply job` field in the TiCDC log and confirm the `start-ts` of the time-consuming DDL statement. |
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.
@Joyinqin Please apply version-specific change. Thanks!
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.
@TomShawn Updated~PTAL thx
Co-authored-by: JoyinQ <[email protected]>
/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. |
/lgtm |
[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 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: b8d265b
|
This is an automated cherry-pick of #5695
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?