TiCDC version check should skip TiFlash instances #7744
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2
affects-6.3
affects-6.4
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
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:
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
The text was updated successfully, but these errors were encountered: