-
Notifications
You must be signed in to change notification settings - Fork 150
Resolve lock bug #528
Copy link
Copy link
Open
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
7d80f59#diff-3ac08ac53a85faf27689aba58b5ba02e85714d1d4e325835d018a76d48c60bf1
In this commit, the logic related to lock resolution was modified, but I've found that the current implementation is still not comprehensive enough. For example, with async commit, if only prewrite is executed and the secondary commits are never performed, subsequent reads of the written data will keep failing with "Failed to resolve lock".