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
I have configured HPA for the Solrcloud pods when I see the HPA status from the Kubernetes cluster - it returns 10 pods are allocated, but from the nodes page in the Solrcloud admin UI - it shows more than the HPA allocated - (58) pods are running.
The text was updated successfully, but these errors were encountered:
sabaribose
changed the title
Actual running pod counts are different from the HPA-allocated status
Actual running pod counts are different from the HPA-allocated
Feb 28, 2024
I think there are two issues here: The Solr Operator is deleting PVCs of pods before the pods are being deleted. That is obviously a problem, and likely causing the BalanceReplicas command to fail.
There is also a bug that results in the BalanceReplicas command continuously going even though it should be paused to start scaling down. The PVC issue mentioned above causes the BalanceReplicas command to fail, and thus this bug is seen.
I have configured HPA for the Solrcloud pods when I see the HPA status from the Kubernetes cluster - it returns 10 pods are allocated, but from the nodes page in the Solrcloud admin UI - it shows more than the HPA allocated - (58) pods are running.
Versions:
SolrCloud 9.3
solr-operator 0.8.0
here are some logs from the cluster
solrcloud_annotations.txt
solrcloud_operator_logs.txt
solrcloud_output.txt
The text was updated successfully, but these errors were encountered: