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

go.mod: bump etcd/raft to pick up probing improvements #60581

Merged
merged 1 commit into from
Feb 16, 2021

Commits on Feb 16, 2021

  1. go.mod: bump etcd/raft to pick up probing improvements

    This picks up this PR:
    
    etcd-io/etcd#11964
    
    There were no other code changes affecting raft.
    
    Release note (bug fix): fixed a deficiency in the replication layer
    that could result in ranges becoming unavailable for prolonged periods
    of time (hours) when a write burst occurred under system overload.
    While unavailable, the range status page for the affected range would
    show a last index much larger than the committed index and no movement
    in these indexes on a quorum of the replicas. Note that this should
    be distinguished from the case in which enough replicas are offline
    to constitute a loss of quorum, where the replication layer can not
    make progress due to the loss of quorum itself.
    tbg committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a7880d3 View commit details
    Browse the repository at this point in the history