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

TiCDC may fail if pipelined DML transactions occur during incremental scans #11185

Closed
hicqu opened this issue May 28, 2024 · 0 comments · Fixed by #11186
Closed

TiCDC may fail if pipelined DML transactions occur during incremental scans #11185

hicqu opened this issue May 28, 2024 · 0 comments · Fixed by #11186
Assignees
Labels
affects-8.1 This bug affects the 8.1.x(LTS) versions. 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 May 28, 2024

What did you do?

After Pipelined DML is introduced, we can know there is such a case described in https://github.com/tikv/tikv/pull/16864/files#diff-ad3993a53cda1f90261e58fbea7a450c2752714b16d21c5ede54a9f4bd39a95cR600.

What did you expect to see?

No response

What did you see instead?

Currently it can not be handled by TiCDC.

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):

8.0, 8.1 and later.

TiCDC version (execute cdc version):

8.0, 8.1 and later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.1 This bug affects the 8.1.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant