-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
cdc: use for_update_ts to get old value (#9275) #9282
cdc: use for_update_ts to get old value (#9275) #9282
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@5kbpers you're already a collaborator in bot's repo. |
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
LGTM |
@MyonKeminta, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: migrate(slack). |
LGTM |
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
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
@zhouqiang-cl, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: migrate(slack). |
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 |
Sorry @5kbpers, this branch's release version is in progress, please contact zhouqiang-cl,shuke987,jebter for more details. |
/merge |
Sorry @jebter, this branch cannot be merged without an approval of release maintainers. |
/merge |
/run-all-tests |
cherry-pick #9275 to release-4.0
Signed-off-by: 5kbpers tangminghua@pingcap.com
What problem does this PR solve?
Problem Summary:
Use
start_ts
to get old value maybe return a stale old value.What is changed and how it works?
What's Changed:
Replace with
max(for_update_ts, start_ts)
Related changes
Check List
Tests
Release note