-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
store/tikv: fix BatchPointGet wrong result. #18814
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #18814 +/- ##
================================================
+ Coverage 79.1288% 79.1636% +0.0347%
================================================
Files 544 544
Lines 147026 146921 -105
================================================
- Hits 116340 116308 -32
+ Misses 21269 21208 -61
+ Partials 9417 9405 -12 |
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
/run-all-tests |
/merge |
/run-all-tests |
@coocood merge failed. |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18815 |
What problem does this PR solve?
in-transaction BatchPointGet returns wrong result in certain case.
What is changed and how it works?
Do not modify input keys slice when do snapshot batch get.
Related changes
Check List
Tests
Release note