Skip to content
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

tikv: check lock timeout again after resolving lock (#14066) #14083

Merged
merged 2 commits into from
Dec 17, 2019

Conversation

sticnarf
Copy link
Contributor

Signed-off-by: Yilin Chen [email protected]

What problem does this PR solve?

Fix #14063

What is changed and how it works?

Before resolving locks, we checked whether the locks are expired according to its own TTL. However, it's not accurate because heartbeat only updates the TTL of the primary key.

So we still fetch msBeforeTxnExpired from ResolveLocks. If msBeforeTxnExpired is not zero, it means there are still locks blocking us acquiring the pessimistic lock. We should return timeout error if necessary.

Check List

Tests

  • Unit test

Code changes

  • Has exported function/method change

Release note

  • Write release note for bug-fix or new feature.

@coocood
Copy link
Member

coocood commented Dec 17, 2019

LGTM

Copy link
Contributor

@youjiali1995 youjiali1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. labels Dec 17, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Dec 17, 2019

Your auto merge job has been accepted, waiting for 13951, 14086

@sre-bot
Copy link
Contributor

sre-bot commented Dec 17, 2019

/run-all-tests

@sre-bot sre-bot merged commit 2ed7510 into pingcap:release-3.0 Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tikv status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants