-
Notifications
You must be signed in to change notification settings - Fork 286
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
TiCDC: The sync-point table got replicated (esp. in bdr-mode) #10576
Comments
What happened here is that I think two changes should be made:
|
/severity major |
Thank you for the advice. In my opinion, only step 1 is necessary. When the schema tidb_cdc is considered as a system schema, it will not be listened to by CDC at all. |
/found customer |
What did you do?
Create two clusters
Setup two changefeeds between them
Wait for several minutes (because
minSyncPointInterval
is 30s 🤷)Check the syncpoint tables
What did you expect to see?
The syncpoint table in 10.0.0.2 only contained entries of the 48to2 changefeed,
and similarly 10.0.0.48 only contained entries of the 2to48 changefeed.
What did you see instead?
Both clusters contained sync-point entries from both changefeeds.
Versions of the cluster
v7.6.0
The text was updated successfully, but these errors were encountered: