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

Sink operations can't be canceled correctly if network becomes unavailable #7706

Closed
hicqu opened this issue Nov 24, 2022 · 0 comments · Fixed by #7707
Closed

Sink operations can't be canceled correctly if network becomes unavailable #7706

hicqu opened this issue Nov 24, 2022 · 0 comments · Fixed by #7707
Labels
affects-6.1 area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@hicqu
Copy link
Contributor

hicqu commented Nov 24, 2022

What did you do?

  1. Create a cdc capture with a MySQL downstream;
  2. Drop all network packages to the downstream;
  3. Run a workload on the upstream cluster.

What did you expect to see?

CDC can detect that network between the downstream and itself becomes broken. And then try to re-establish connections.

What did you see instead?

CDC can't detect the network problem. All sink workers are blocked.
图片

Versions of the cluster

Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

(paste TiDB cluster version here)

Upstream TiKV version (execute tikv-server --version):

(paste TiKV version here)

TiCDC version (execute cdc version):

(paste TiCDC version here)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.1 area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant