feed state does not report to owner, changefeed state does not changed #6698
Labels
affects-5.1
affects-5.2
affects-5.3
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
one changefeed, sync upstream tidb data to the downstream tidb, with differnet SQL mode.
What did you expect to see?
changefeed should be come error state, and can be known by
changefeed list
.What did you see instead?
feed state manager
can detect the error, but changefeed state does not changed, andchangefeed list
didn't show the error information.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
):v5.3.1
The text was updated successfully, but these errors were encountered: