Skip to content
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

kafka consumer meet message for the same row with large offset but smaller commit-ts #11823

Open
3AceShowHand opened this issue Dec 4, 2024 · 0 comments
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. component/test Unit tests and integration tests component.

Comments

@3AceShowHand
Copy link
Contributor

The kafka consumer receive message for the same row, which at larger offset but the commit-ts is smaller than the previous messages, this may caused by the Kafka sink send message out of order.

At the moment, we think this may caused by the issue:

This cannot be reproduced by the internal tests now, we are adding more test cases.

@3AceShowHand 3AceShowHand added component/test Unit tests and integration tests component. area/ticdc Issues or PRs related to TiCDC. labels Dec 4, 2024
@ti-chi-bot ti-chi-bot bot added the affects-7.5 This bug affects the 7.5.x(LTS) versions. label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. area/ticdc Issues or PRs related to TiCDC. component/test Unit tests and integration tests component.
Projects
None yet
Development

No branches or pull requests

1 participant