-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
txn: Update client-go to fix the issue that GC BatchResolveLcok may miss primary pessimistic locks (#45143) #45152
txn: Update client-go to fix the issue that GC BatchResolveLcok may miss primary pessimistic locks (#45143) #45152
Conversation
…iss primary pessimistic locks (pingcap#45143) close pingcap#45134
ea0c4d3
to
116a0bc
Compare
Signed-off-by: MyonKeminta <[email protected]>
8030ef3
to
47152d4
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-6.5 #45152 +/- ##
================================================
Coverage ? 73.7731%
================================================
Files ? 1083
Lines ? 347693
Branches ? 0
================================================
Hits ? 256504
Misses ? 74784
Partials ? 16405 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, ekexium The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #45143
What problem does this PR solve?
Issue Number: close #45134
Problem Summary:
What is changed and how it works?
This PR update client-go dependency to include tikv/client-go#866 to fix the issue that BatchResolveLock may leave some primary pessimistic lock uncleared in some rare cases.
The issue is introduced while fixing #43243 . For branches that no release with #43243's fix was published, the release note is not needed.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.