-
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
consumer(cdc): fix unstable test move_table #5086
consumer(cdc): fix unstable test move_table #5086
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
…ub.com/3AceShowHand/tiflow into fix-kafka-consumer-commitTs-regression
/run-kafka-integration-test |
/run-kafka-integration-test |
/run-kafka-integration-test |
/run-all-tests |
7df7c96
to
48c8d39
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 48c8d39
|
/run-verify |
/hold |
23da98e
to
cca6726
Compare
/run-verify |
3 similar comments
/run-verify |
/run-verify |
/run-verify |
9d00fd6
to
48c8d39
Compare
/unhold |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 88e3293
|
/run-kafka-integration-test |
/run-integration-test |
What problem does this PR solve?
Issue Number: close #2887, close #5101, close #5090
https://github.com/Shopify/sarama/blob/main/config.go#L38-L44
https://github.com/Shopify/sarama/blob/main/config.go#L461
https://docs.confluent.io/platform/current/installation/configuration/producer-configs.html#producerconfigs_max.in.flight.requests.per.connection
What is changed and how it works?
Consumer may receive
RowChangedEvent
out of order by the commitTs, may caused by the the issues mentioned above.revert sarama to 1.29.0, to prevent data race introduced by sarama v1.32.0
Check List
Tests
Code changes
Side effects
Related changes
Release note