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

kv client optimization #1393

Closed
12 tasks done
amyangfei opened this issue Feb 2, 2021 · 0 comments
Closed
12 tasks done

kv client optimization #1393

amyangfei opened this issue Feb 2, 2021 · 0 comments
Labels
subject/new-feature Denotes an issue or pull request adding a new feature.
Milestone

Comments

@amyangfei
Copy link
Contributor

amyangfei commented Feb 2, 2021

Feature Request

Is your feature request related to a problem? Please describe:

Currently TiCDC subscribes to the KV changed logs based on region, and allocates an independent goroutine for each region to handle KV changed logs. When the region count is large, there exists huge lock contention in Golang runtime and CPU cost is too high, which will reduce replication performance. Since the stability and performance of kv client have a great impact on TiCDC service, we want to refactor the implement mechanism of kv client in TiCDC, in order to increase stability and performance.

Describe the feature you'd like:

New bugs found in 5.0 test

@amyangfei amyangfei added the subject/new-feature Denotes an issue or pull request adding a new feature. label Feb 2, 2021
@amyangfei amyangfei added this to the v4.0.12 milestone Feb 2, 2021
@amyangfei amyangfei modified the milestones: v4.0.12, v4.0.13, v5.0.1 Apr 9, 2021
@amyangfei amyangfei modified the milestones: v5.0.1, v5.0.2 Apr 26, 2021
@lonng lonng modified the milestones: v5.0.2, v5.0.3 Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subject/new-feature Denotes an issue or pull request adding a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants