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

[3.5] Support linearizable renew lease #13932

Merged
merged 1 commit into from Apr 12, 2022

Commits on Apr 12, 2022

  1. support linearizable renew lease

    When etcdserver receives a LeaseRenew request, it may be still in
    progress of processing the LeaseGrantRequest on exact the same
    leaseID. Accordingly it may return a TTL=0 to client due to the
    leaseID not found error. So the leader should wait for the appliedID
    to be available before processing client requests.
    ahrtr committed Apr 12, 2022
    Copy the full SHA
    bc5307d View commit details
    Browse the repository at this point in the history