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

Incremental scan is restarted unexpectedly due to GC pause is too long #2375

Closed
overvenus opened this issue Jul 26, 2021 · 2 comments
Closed
Labels
area/ticdc Issues or PRs related to TiCDC. component/replica-model Replication model component. difficulty/hard Hard task. severity/major subject/replication-interruption Denotes an issue or pull request is related to replication interruption. type/bug The issue is confirmed as a bug.

Comments

@overvenus
Copy link
Member

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.

Replicating 200+ tables with two TiCDC nodes. The initial incremental scan processes about 400G.

We found a capture is paused by GC too long, and triggers unexpected errors like grpc keepalive dog timeout and [pd] cannot update leader, one of these errors cause capture exits capture session done, capture suicide itself and interrupts incremental scan.

  1. What did you expect to see?

No capture exits and incremental scan interruption.

  1. What did you see instead?

capture exits and incremental scan interruption.

  1. Versions of the cluster

Release-4.0 5a78519

@overvenus overvenus added type/bug The issue is confirmed as a bug. difficulty/hard Hard task. labels Jul 26, 2021
@overvenus
Copy link
Member Author

overvenus commented Jul 26, 2021

It may relate to #2202 .

@overvenus
Copy link
Member Author

This issue has been mitigated by #2474 #2415 #2665 and #2214 .

@AkiraXie AkiraXie added the area/ticdc Issues or PRs related to TiCDC. label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. component/replica-model Replication model component. difficulty/hard Hard task. severity/major subject/replication-interruption Denotes an issue or pull request is related to replication interruption. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants