Skip to content
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

Closed
nongfushanquan opened this issue Aug 24, 2023 · 7 comments · Fixed by #9701
Closed
Assignees

Comments

@nongfushanquan
Copy link
Contributor

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

@nongfushanquan nongfushanquan added area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug. labels Aug 24, 2023
@nongfushanquan
Copy link
Contributor Author

/assign @asddongmen

@fubinzh
Copy link

fubinzh commented Aug 28, 2023

/severity major

@nongfushanquan
Copy link
Contributor Author

nongfushanquan commented Aug 29, 2023

/type enhancement

@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Aug 29, 2023

@nongfushanquan: The label(s) bug cannot be applied. These labels are supported: duplicate, bug-from-internal-test, bug-from-user, affects-5.3, affects-5.4, affects-6.0, affects-6.1, affects-6.2, affects-6.3, affects-6.4, affects-6.5, affects-6.6, affects-7.0, affects-7.1, affects-7.2, affects-7.3, may-affects-5.3, may-affects-5.4, may-affects-6.0, may-affects-6.1, may-affects-6.2, may-affects-6.3, may-affects-6.4, may-affects-6.5, may-affects-6.6, may-affects-7.0, may-affects-7.1, may-affects-7.2, may-affects-7.3, needs-cherry-pick-release-5.3, needs-cherry-pick-release-5.4, needs-cherry-pick-release-6.0, needs-cherry-pick-release-6.1, needs-cherry-pick-release-6.2, needs-cherry-pick-release-6.3, needs-cherry-pick-release-6.4, needs-cherry-pick-release-6.5, needs-cherry-pick-release-6.6, needs-cherry-pick-release-7.0, needs-cherry-pick-release-7.1, needs-cherry-pick-release-7.2, needs-cherry-pick-release-7.3, question, release-blocker, wontfix, require-LGT1, require-LGT3.

In response to this:

/remove-label bug

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.

@ti-chi-bot ti-chi-bot bot added type/enhancement The issue or PR belongs to an enhancement. and removed type/bug The issue is confirmed as a bug. labels Aug 29, 2023
@nongfushanquan
Copy link
Contributor Author

/assign @sdojjy
/unassign @asddongmen

@nongfushanquan
Copy link
Contributor Author

/remove-label may-affects-7.1
/label affects-7.1

@nongfushanquan
Copy link
Contributor Author

/remove-label may-affects-6.5
/label affects-6.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

4 participants