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

Ensure that removing the oldest master node doesn't leave the cluster with less than 3 master-eligible nodes #64

Open
jacobwinch opened this issue Jan 8, 2021 · 0 comments

Comments

@jacobwinch
Copy link
Contributor

jacobwinch commented Jan 8, 2021

According to the ES docs, it's safe to (slowly) remove master nodes:

As long as there are at least three master-eligible nodes in the cluster

At the moment it's possible for the Step Function to create a situation where we have less than 3 master-eligible nodes in the cluster. Although this is unlikely to happen (it would only occur if something/someone else made master-eligible node(s) unavailable whilst the Step Function was running), it would still be good to enforce this check just before removing a master node (e.g. here).

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

No branches or pull requests

1 participant