-
Notifications
You must be signed in to change notification settings - Fork 288
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
changefeed lag reached 556s when inject network partition between one of ticdc and pd leader last for 10mins #10849
Comments
/type enhancement |
/remove-area dm |
This issue is by designed. @asddongmen will see whether it can be addressed by etcd-io/etcd#17465 (comment). If not, then I suggest we address it in long term. |
/severity moderate |
Based on the existing design, the delay of cdc cannot be guaranteed in this situation. |
TiCDC communicates with PD to obtain the latest region information from upstream TiKV in order to establish a data capture stream for the regions. If a cdc server experiences a network partition with the PD leader, it cannot receive this information, and as a result, it cannot establish the stream. This leads to an increase in changefeed lag. Wokraround /cc @flowbehappy @fubinzh |
… more stable during network isolation between the PD leader (pingcap#11076) close pingcap#10849
What did you do?
1、create changefeed
2、run sysbench
3、inject network partition between one of ticdc and pd leader last for 10mins
What did you expect to see?
No response
What did you see instead?
changefeed lag reached 556s
Versions of the cluster
./cdc version
Release Version: v8.0.0
Git Commit Hash: ba58ef9
Git Branch: HEAD
UTC Build Time: 2024-03-19 08:07:03
Go Version: go version go
current status of DM cluster (execute
query-status <task-name>
in dmctl)No response
The text was updated successfully, but these errors were encountered: