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 stuck on check tables if eligible to replicate #7903

Closed
db-will opened this issue Dec 13, 2022 · 2 comments · Fixed by #7936
Closed

TiCDC stuck on check tables if eligible to replicate #7903

db-will opened this issue Dec 13, 2022 · 2 comments · Fixed by #7936
Labels
affects-6.1 area/ticdc Issues or PRs related to TiCDC. severity/minor type/bug The issue is confirmed as a bug.

Comments

@db-will
Copy link
Contributor

db-will commented Dec 13, 2022

What did you do?

Start TiCDC within container with following command:

XXXX:~$ sudo docker run \

...
    cdc cli changefeed create  \
...

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.0

v6.1.0

TiCDC version (execute cdc version):

v6.1.0
@db-will db-will added area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug. labels Dec 13, 2022
@CharlesCheung96
Copy link
Contributor

Perhaps docker's interactive mode can solve the above problems, such as:

echo "Y"| docker run -i ...

@CharlesCheung96
Copy link
Contributor

/severity minor

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/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants