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

storage: check whether the acquiring replica can receive the lease #42068

Commits on Oct 31, 2019

  1. storage: check whether the acquiring replica can receive the lease

    Before this PR, when evaluating lease transfers or requests we'd check whether
    the evaluating replica could receive the lease rather than the acquiring
    replica. This patch fixes that bug by checking the state of the correct
    replica.
    
    Release note (bug fix): The system no longer erroneously transfers leases
    to replicas which are in the process of being removed which can lead to
    ranges being effectively unavailable due to an invalid lease.
    ajwerner committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    23cbf6c View commit details
    Browse the repository at this point in the history