You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q - Similar to Kubectl Cordon that disables a pod scheduling on that node, is there equivalent of that for the Solr Operator?
The solrcloud-n pod is already active and alloted with certain core/replica on it. How to prevent further core/replica allocation on that pod?
when hitting SPLITSHARD via api, how to prevent that core/replica from going into solrcloud-n pod.
when solr core/replica was filling up , had to manually Rebalance by hitting REBALANCEAPI . should operator be automatically moving the core/replica to another available pod?
The text was updated successfully, but these errors were encountered:
This is something that would also have to be implemented in Solr, not just the Solr Operator, because there is no mechanism currently to "cordon-off" nodes when placing replicas.
Q - Similar to Kubectl Cordon that disables a pod scheduling on that node, is there equivalent of that for the Solr Operator?
The text was updated successfully, but these errors were encountered: