generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 7
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 role re-balancing #230
Labels
enhancement
New feature or request
Comments
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 12, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 12, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 12, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 12, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 12, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
236ff8f in #211 contains initial fix for this issue Complete fix (that removes unnecessary code) planned to be implemented by @Mehdi-Bendriss in a separate PR |
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 15, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
carlcsaposs-canonical
added a commit
that referenced
this issue
Apr 17, 2024
See #230 Implemented in a minimal, hacky way to proceed with testing. Will be implemented fully (i.e. unnecessary code removed) by @Mehdi-Bendriss in another PR
phvalguima
added
enhancement
New feature or request
24.10-2/beta
Bugs targeted to be fixed for 2/beta on 24.10
labels
Jun 26, 2024
phvalguima
removed
the
24.10-2/beta
Bugs targeted to be fixed for 2/beta on 24.10
label
Sep 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there are an even number of cluster-manager-eligible nodes, OpenSearch automatically excludes one from the voting configuration
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-voting.html#_even_numbers_of_master_eligible_nodes
Therefore, there is no need to ensure an odd number of cluster-manager-eligible nodes by re-balancing the roles ourselves
This solves the issue with the deterministic role re-balancing in #209 where:
Alternative solutions to that issue:
This also removes restarts (that were needed on a unit when its roles changed)
Context: https://chat.canonical.com/canonical/pl/756bhdey33ysjx3qdee3ktgoxo
The text was updated successfully, but these errors were encountered: