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

lease: force leader to apply its pending committed index for lease op… #7015

Merged
merged 3 commits into from
Dec 27, 2016

Commits on Dec 22, 2016

  1. lease: force leader to apply its pending committed index for lease op…

    …erations
    
    suppose a lease granting request from a follower goes through and followed by a lease look up or renewal, the leader might not apply the lease grant request locally. So the leader might not find the lease from the lease look up or renewal request which will result lease not found error. To fix this issue, we force the leader to apply its pending commited index before looking up lease.
    
    FIX etcd-io#6978
    fanminshi committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    fef4a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7feb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Configuration menu
    Copy the full SHA
    2faf72f View commit details
    Browse the repository at this point in the history