-
Notifications
You must be signed in to change notification settings - Fork 287
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
Reduce the latency when replicating the "add index" ddl to the downstream(tidb) #9644
Comments
/assign @asddongmen |
/severity major |
/type enhancement |
@nongfushanquan: 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. |
/assign @sdojjy |
/remove-label may-affects-7.1 |
/remove-label may-affects-6.5 |
What did you do?
When an "ADD INDEX" DDL is executed at the upstream, TiCDC will execute this DDL SQL at the downstream (TiDB) and hold the following DMLs.
What did you expect to see?
The latency is increasing.
What did you see instead?
DML will not be blocked by this ddl and can continue to execute.
Versions of the cluster
master
The text was updated successfully, but these errors were encountered: