TiCDC stuck on check tables if eligible to replicate #7903
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/minor
type/bug
The issue is confirmed as a bug.
What did you do?
Start TiCDC within container with following command:
XXXX:~$ sudo docker run \
Error: EOF
[WARN] some tables are not eligible to replicate, []model.TableName{model.TableName{Schema:"merchant_infra", Table:"xxxxxx", TableID:0, IsPartition:false}}
Could you agree to ignore those tables, and continue to replicate [Y/N]
EOF
What did you expect to see?
can startup cdc successfully or providing useful info to continue
What did you see instead?
Auto error out without meaningful instructions
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):v6.1.0
Upstream TiKV version (execute
tikv-server --version
): v6.1.0v6.1.0
TiCDC version (execute
cdc version
):v6.1.0
The text was updated successfully, but these errors were encountered: