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

txnkv: fix commit bug #27

Merged
merged 1 commit into from
Jul 12, 2019
Merged

txnkv: fix commit bug #27

merged 1 commit into from
Jul 12, 2019

Conversation

disksing
Copy link
Collaborator

@disksing disksing commented Jul 10, 2019

Signed-off-by: disksing [email protected]

The unionstore use zero length value to indicate Del, but txn committer does not use OpDel for it. It will cause deleted key-values be seen by scan.

Related issues: tikv/tikv#5047 tikv/tikv#5058

Signed-off-by: disksing <[email protected]>
@disksing disksing requested a review from rleungx July 10, 2019 10:53
@disksing disksing merged commit 72c56e7 into tikv:master Jul 12, 2019
@disksing disksing deleted the commit-fix branch July 12, 2019 07:28
daimashusheng pushed a commit to daimashusheng/client-go that referenced this pull request Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants