-
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
cdc changefeed stucks #8174
Labels
affects-6.5
area/ticdc
Issues or PRs related to TiCDC.
found/automation
Bugs found by automation cases
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
fubinzh
added
area/ticdc
Issues or PRs related to TiCDC.
type/bug
The issue is confirmed as a bug.
labels
Feb 4, 2023
/severity Critical |
/assign @3AceShowHand |
3AceShowHand
added
affects-6.5
and removed
may-affects-6.2
may-affects-6.3
may-affects-6.4
labels
Feb 8, 2023
14 tasks
/found automation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
area/ticdc
Issues or PRs related to TiCDC.
found/automation
Bugs found by automation cases
severity/critical
type/bug
The issue is confirmed as a bug.
What did you do?
sysbench --db-driver=mysql --mysql-host=`nslookup upstream-tidb.cdc-testbed-tps-1530295-1-204 | awk -F: '{print $2}' | awk 'NR==5' | sed s/[[:space:]]//g` --mysql-port=4000 --mysql-user=root --mysql-db=workload --tables=30 --table-size=1000000 --create_secondary=off --debug=true --threads=20 --mysql-ignore-errors=2013,1213,1105,1205,8022,8027,8028,9004,9007,1062 oltp_write_only prepare
What did you expect to see?
cdc changefeed should advance
What did you see instead?
Versions of the cluster
CDC version:
[2023/02/04 01:53:09.767 +00:00] [INFO] [version.go:47] ["Welcome to Change Data Capture (CDC)"] [release-version=v6.6.0-alpha] [git-hash=84a76a88348b2bbf760a81e42ef2f5a3b0182dbc] [git-branch=heads/refs/tags/v6.6.0-alpha] [utc-build-time="2023-02-03 09:46:49"] [go-version="go version go1.19.5 linux/amd64"] [failpoint-build=false]
The text was updated successfully, but these errors were encountered: