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

Remove an unnecessary check in nomad member reconciliation #4349

Merged
merged 3 commits into from
May 30, 2018

Conversation

preetapan
Copy link
Member

@preetapan preetapan commented May 30, 2018

This was causing servers to not change their ID in raft even after an upgrade to raft protocol 3. After more than one server in the cluster gets into this state, they can't leader-elect anymore

I also compared Nomad code to Consul, and brought in another check that Consul has to prevent config change updates when the leader is removing itself, for clusters smaller than 3 nodes.

Also includes documentation for how to upgrade to raft protocol 3

@preetapan preetapan requested review from dadgar and kyhavlov May 30, 2018 16:41
Copy link
Contributor

@kyhavlov kyhavlov left a comment

Choose a reason for hiding this comment

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

LGTM

@preetapan preetapan merged commit 93e7dc8 into master May 30, 2018
@preetapan preetapan deleted the b-reconcile-raft-upgrade branch May 30, 2018 20:23
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants