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

wip - etcd 3.5.0-alpha-0 #2452

Closed
wants to merge 2 commits into from
Closed

wip - etcd 3.5.0-alpha-0 #2452

wants to merge 2 commits into from

Commits on Feb 27, 2021

  1. wip - etcd 3.5.0-alpha-0

    Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
    sykesm committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    5cac6bb View commit details
    Browse the repository at this point in the history
  2. Align to etcd/raft 3.5 API changes

    The commit etcd-io/etcd@c9491d7
    strongly distinguishes the StartNode API call of the etcd/raft Node from the RestartNode.
    
    This commit:
    
        (1) Aligns our code with the bespoken API changes.
        (2) Makes the logic in node.start() be more easy to reason about.
    
    Change-Id: I48070de9241ebcaae720fb1d7dc7c7d1e507625a
    Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
    yacovm committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    3faf906 View commit details
    Browse the repository at this point in the history