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

etcdserver: allow to update attributes of removed member #2939

Merged
merged 1 commit into from
Jun 10, 2015

Commits on Jun 10, 2015

  1. etcdserver: allow to update attributes of removed member

    There exist the possiblity to update attributes of removed member in
    reasonable workflow:
    1. start member A
    2. leader receives the proposal to remove member A
    2. member A sends the proposal of update its attribute to the leader
    3. leader commits the two proposals
    So etcdserver should allow to update attributes of removed member.
    yichengq committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    8725e69 View commit details
    Browse the repository at this point in the history