We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#3592
If meets a conflict DDL in optimistic mode, we can not manually let worker execute/skip it by unlock-ddl-lock like we do in pessimistic mode.
Support unlock-ddl-lock for Optimistic Sharding DDL e.g.
unlock-ddl-lock <lock-ID> skip -s source -d schema -t table unlock-ddl-lock <lock-ID> execute -s source -d schema -t table
No response
The text was updated successfully, but these errors were encountered:
Optimistic: support unlock-ddl-lock for Optimistic Sharding DDL (#4087)
92fc4c4
ref #3789
dm/optimistic: make errors which isn't sync error handled by 'binlog …
b0e6b2a
…skip' command (#4883) close #3789
lichunzhu
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
#3592
If meets a conflict DDL in optimistic mode, we can not manually let worker execute/skip it by unlock-ddl-lock like we do in pessimistic mode.
Describe the feature you'd like
Support unlock-ddl-lock for Optimistic Sharding DDL
e.g.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: