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

Unified sorter manual GC may pause all goroutines and cause gRPC keepalive dog timeout #2202

Closed
overvenus opened this issue Jul 1, 2021 · 2 comments · Fixed by #2214
Closed
Assignees
Labels

Comments

@overvenus
Copy link
Member

overvenus commented Jul 1, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

Running a changefeed that captures 6k tables.

With Unified Sorter W/O Unified Sorter
image image
25s 7s

By removed these lines, TiCDC backs to normal.

https://github.com/pingcap/ticdc/blob/284dd55766f4f57b4c3550057c219bd1c92e5331/cdc/puller/sorter/backend_pool.go#L136-L146

  1. What did you expect to see?

No keepalive dog timeout.

  1. What did you see instead?

keepalive dog timeout

  1. Versions of the cluster

release-5.0 and release-5.1

@overvenus
Copy link
Member Author

Following PR ues values in channel types to reduce GC pressure,

@overvenus overvenus added the difficulty/hard Hard task. label Aug 6, 2021
@overvenus
Copy link
Member Author

This issue also relates to #2553 .

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

Successfully merging a pull request may close this issue.

3 participants