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

txn: PessimisticLock with min_commit_ts (#7291) #7328

Merged
merged 3 commits into from
Apr 8, 2020

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Apr 1, 2020

cherry-pick #7291 to release-4.0


Signed-off-by: youjiali1995 zlwgx1023@gmail.com

What problem does this PR solve?

Issue Number: close #7289

Problem Summary:
If the primary lock is pessimistic lock and some secondary locks are optimistic locks, these secondary locks will block reads because the pessimistic lock can't be pushed its commit ts.

What is changed and how it works?

What's Changed:
Add min_commit_ts field to pessimistic locks and check_txn_status can push forward it.
kvproto: pingcap/kvproto#588

Related changes

  • Need to cherry-pick to the release branch

Check List

Tests

  • Unit test
  • Integration test

Side effects

Release note

An issue that optimistic locks may blocks reads if the corresponding primary lock is a pessimistic lock has been fixed.

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
@sre-bot
Copy link
Contributor Author

sre-bot commented Apr 1, 2020

/run-all-tests

@sre-bot sre-bot added sig/transaction SIG: Transaction type/bugfix This PR fixes a bug. type/cherry-pick Type: PR - Cherry pick labels Apr 1, 2020
@youjiali1995
Copy link
Contributor

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Apr 8, 2020
@sre-bot
Copy link
Contributor Author

sre-bot commented Apr 8, 2020

Your auto merge job has been accepted, waiting for 7381, 7388, 7389

@sre-bot
Copy link
Contributor Author

sre-bot commented Apr 8, 2020

/run-all-tests

@sre-bot sre-bot merged commit 8eed6c9 into tikv:release-4.0 Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/transaction SIG: Transaction status/can-merge Indicates a PR has been approved by a committer. type/bugfix This PR fixes a bug. type/cherry-pick Type: PR - Cherry pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants