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 version check should skip TiFlash instances #7744

Closed
overvenus opened this issue Nov 30, 2022 · 0 comments · Fixed by #7746
Closed

TiCDC version check should skip TiFlash instances #7744

overvenus opened this issue Nov 30, 2022 · 0 comments · Fixed by #7746

Comments

@overvenus
Copy link
Member

What did you do?

Run 6.1.0 TiCDC on a 6.1.0 TiDB cluster, then hotfix TiFlash with a 6.4.0 release.

We can't create changefeeds due to the error:

Error: [CDC:ErrVersionIncompatible]version is incompatible: TiKV 6.4.0 is not supported, the maximum compatible version is 6.2.0-alpha

What did you expect to see?

No error, TiCDC version check should skip TiFlash.

What did you see instead?

Error.

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

Upstream TiFlash version:

v6.4.0

TiCDC version (execute cdc version):

v6.1.0
@overvenus overvenus added type/bug This is a bug. area/ticdc Issues or PRs related to TiCDC. labels Nov 30, 2022
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports Nov 30, 2022
Question and Bug Reports automation moved this from Need Triage to Done Nov 30, 2022
overvenus added a commit to ti-chi-bot/tiflow that referenced this issue Dec 16, 2022
close pingcap#7744

Signed-off-by: Neil Shen <overvenus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant