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: reject member removal that breaks active quorum #6156

Merged
merged 3 commits into from
Aug 11, 2016

Conversation

heyitsanthony
Copy link
Contributor

No description provided.

}

if !s.cluster.IsReadyToRemoveMember(id) {
plog.Warningf("not enough started members, rejecting remove member %v", id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%s", types.ID(id)), so that the log output format can be consistent with other hex ids?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@xiang90
Copy link
Contributor

xiang90 commented Aug 10, 2016

awesome! lgtm.

@gyuho
Copy link
Contributor

gyuho commented Aug 10, 2016

LGTM. Thanks!

@heyitsanthony heyitsanthony force-pushed the remove-member-quorum branch 2 times, most recently from 54852fb to aa9837e Compare August 11, 2016 18:11
@heyitsanthony heyitsanthony merged commit 965b290 into etcd-io:master Aug 11, 2016
@xiang90
Copy link
Contributor

xiang90 commented Aug 11, 2016

Can we add release note label to this? This is a user facing change

@gyuho
Copy link
Contributor

gyuho commented Aug 11, 2016

@xiang90 Just added. Will make sure we highlight this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants