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

Leases wait for entries to be applied #13690

Merged
merged 2 commits into from
Apr 11, 2022

Commits on Apr 10, 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 10, 2022
    Configuration menu
    Copy the full SHA
    fe3a579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3d6cb View commit details
    Browse the repository at this point in the history