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

v6.2.0: changefeed list don't display changefeed that is error status #6334

Closed
Tammyxia opened this issue Jul 18, 2022 · 1 comment · Fixed by #6347 or #6457
Closed

v6.2.0: changefeed list don't display changefeed that is error status #6334

Tammyxia opened this issue Jul 18, 2022 · 1 comment · Fixed by #6347 or #6457
Assignees
Labels
affects-6.2 area/ticdc Issues or PRs related to TiCDC. severity/minor type/bug The issue is confirmed as a bug.

Comments

@Tammyxia
Copy link

What did you do?

  • Make kafka-canal-json become error status.
  • /cdc cli changefeed list --pd=http://xxx:2579 -> display all changefeed except the error changefeed
  • /ctl cdc --pd=http://172.16.6.5:2579 changefeed query -c kafka-canal-json -> can display this error changefeed
  • Make kafka-canal-json become normal status. -> changefeed list can display this changefeed again.

What did you expect to see?

No response

What did you see instead?

As above

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):

(paste TiKV version here)

TiCDC version (execute cdc version):

(paste TiCDC version here)
Release Version: v6.2.0-alpha
Git Commit Hash: abc120caaf6bae9c64e9ed345618ecf303950409
Git Branch: heads/refs/tags/v6.2.0-alpha
UTC Build Time: 2022-07-17 14:25:40
Go Version: go version go1.18.2 linux/amd64
Failpoint Build: false
@Tammyxia Tammyxia added type/bug The issue is confirmed as a bug. severity/minor area/ticdc Issues or PRs related to TiCDC. labels Jul 18, 2022
@asddongmen asddongmen self-assigned this Jul 25, 2022
@asddongmen
Copy link
Contributor

cdc cli changefeed list does not output failed state changefeed, which is inincompatible with TiCDC <= v6.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.2 area/ticdc Issues or PRs related to TiCDC. severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
2 participants