-
Notifications
You must be signed in to change notification settings - Fork 287
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
Case "cdc_minor_components_unavaible" failed because changefeed stuck #3521
Comments
[
|
upstream tidb:
mysql> show create table order_line; |
#3540 has mitigated this issue, change to severity/major. |
The bug doesn't happen after since, change to severity//moderate. |
The root cause has been fixed, see https://github.com/pingcap/ticdc/issues/3545 |
What did you do?
// testbed: 3 ticdc, 3 tidb, 3 pd, 3 tikv
// create a changefeed, downstream is mysql8
// pause changefeed
// create database
// run tpcc prepare 20 warehouse, then tpcc run 20m.
// resume the changefeed
// make pd lead switch, one tidb failed, one tikv failed, by pod failure chaos.
// create table finishmark and wait for sync task to complete
What did you expect to see?
pass
What did you see instead?
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: