-
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
syncer/checkpoint(dm): update the meaning of IsOlderThanTablePoint #4289
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. |
/run-dm-integration-test |
1 similar comment
/run-dm-integration-test |
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.
LGTM
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.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 58201e5
|
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #4289 +/- ##
================================================
- Coverage 55.5183% 55.3716% -0.1467%
================================================
Files 495 495
Lines 61151 61192 +41
================================================
- Hits 33950 33883 -67
- Misses 23789 23916 +127
+ Partials 3412 3393 -19 |
/run-dm-integration-test |
/run-dm-integration-test |
/hold found a bug in CI |
/run-dm-integration-test |
it means |
yes, but this could not hanppen in handleRowsEvent and how this change fix the |
I mean "save checkpoint while job is not added to queue" is a bug, the commit has fixed it. when the syncer is exiting and waiting transaction waitComplete, job may not be added to queue, and in the meantime checkpoint should not be updated |
/unhold |
This pull request has been accepted and is ready to merge. Commit hash: dd95314
|
/run-integration-test /tidb=pr/30558 |
/run-integration-test /tidb=pr/30558 |
/run-kafka-integration-test /tidb=pr/30558 |
What problem does this PR solve?
Issue Number: ref #4287
What is changed and how it works?
after #3891 , we can be confident to skip event <= table checkpoint when using position based replication
Check List
Tests
Code changes
Release note