TiCDC may fail if pipelined DML transactions occur during incremental scans #11185
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.
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.
The text was updated successfully, but these errors were encountered: