-
Notifications
You must be signed in to change notification settings - Fork 131
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
When binlog encounters a failed DDL statement (contains if not exists / if exists), it will report an error #1228
Comments
/remove-label affects-%207.1 |
@mayjiang0203: The label(s) 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. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
When binlog encounters a failed DDL statement (contains if not exists / if exists), it will report an error.
Skip these DDL
Report error
(run
drainer -V
in terminal to get drainer's version)Reason
The reason is the failed DDL job's
SchemaVersion
is zero, which is a special case. So we can skip them.The text was updated successfully, but these errors were encountered: