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

Rebalance ephemeral Solr cloud after a rolling restart #615

Closed
HoustonPutman opened this issue Aug 31, 2023 · 0 comments · Fixed by #625
Closed

Rebalance ephemeral Solr cloud after a rolling restart #615

HoustonPutman opened this issue Aug 31, 2023 · 0 comments · Fixed by #625
Labels
cloud enhancement New feature or request
Milestone

Comments

@HoustonPutman
Copy link
Contributor

When the solr operator does a rolling restart of a SolrCloud that uses ephemeral data, it will move replicas off of a node before restarting it. Therefore by the end of the rolling restart, at least one node won't have any replicas on it because no other nodes have had their replicas moved after it was restarted (because it was the last node to be restarted). This results in an unbalanced cluster.

The solution is to use the new Balance Replicas feature of Solr (introduced in 9.3), like we do for Scale Up operations, after all nodes are successfully live after being restarted. Now that we have locked cluster operations, this should be much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant