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
Hello! I'm using the Helm OpenSearch-Operator and Helm OpenSearch-Cluster.
My cluster is showing a yellow status due to unassigned replica shards.
I ran GET _cluster/settings and received the following output:
I attempted to remove data-nodes-0 from the exclusion list using a PUT request, but it automatically gets added back to the list after a few seconds.
Here are some details about my setup:
helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
opensearch-cluster opensearch 5 2024-04-22 13:53:25.886739305 +0200 CEST deployed opensearch-cluster-2.5.1 2.5.1
opensearch-operator opensearch 4 2024-04-22 14:13:59.756698617 +0200 CEST deployed opensearch-operator-2.5.1 2.5.1
kubectl get OpenSearchCluster
NAME HEALTH NODES VERSION PHASE AGE
opensearch-cluster yellow 6 2.8.0 RUNNING 66d
I haven't found any errors in the logs for the manager-node or data-node.
After I remove data-node-0 from the exclusion list, the unassigned shards begin to get processed slowly.
However, data-node-0 is then re-added to the exclusion list.
Could anyone suggest how to resolve this issue? Any help would be greatly appreciated.
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm using the Helm OpenSearch-Operator and Helm OpenSearch-Cluster.
My cluster is showing a yellow status due to unassigned replica shards.
I ran GET _cluster/settings and received the following output:
And the health of my cluster:
GET _cluster/health?pretty
I attempted to remove data-nodes-0 from the exclusion list using a PUT request, but it automatically gets added back to the list after a few seconds.
Here are some details about my setup:
Here are my Helm values for the OpenSearch cluster:
And here are the Helm values for the operator:
Here are some log entries from my operator that repeat every few seconds:
I haven't found any errors in the logs for the manager-node or data-node.
After I remove data-node-0 from the exclusion list, the unassigned shards begin to get processed slowly.
However, data-node-0 is then re-added to the exclusion list.
Could anyone suggest how to resolve this issue? Any help would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions