-
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
mysql_sink: fix premature checkpoint advances during resolved-ts regressions #2033
mysql_sink: fix premature checkpoint advances during resolved-ts regressions #2033
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. 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. |
/run-all-tests |
…uzix/ticdc into zixiong-fix-sink-premature-checkpoint
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
/run-integration-tests |
/run-unit-tests |
/run-leak-tests |
/run-all-tests |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #2033 +/- ##
================================================
+ Coverage 54.0780% 54.1958% +0.1178%
================================================
Files 156 164 +8
Lines 16589 17422 +833
================================================
+ Hits 8971 9442 +471
- Misses 6667 6963 +296
- Partials 951 1017 +66 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, please complete the pr description.
/run-all-tests |
What problem does this PR solve?
EmitRowChangedEvents
is called with events whosecommit-ts
is less than what has been last used to callFlushRowChangedEvents
. This scenario would not have happened before *: fix the output in changefeed out of order #1247What is changed and how it works?
resolved-ts
in mysqlSink if an earlier event is received.Check List
Tests
Side effects
Related changes
Release note