-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
Recovery after helm uninstall/install w/o removing opensearch PVCs does not work. With or without manager.parallelRecoveryEnabled = false, the nodes keep logging below error w/o ever recovering:
Caused by: org.opensearch.transport.RemoteTransportException: [opensearch-cluster-nodes-2][10.244.2.152:9300][internal:cluster/coordination/join/validate_compressed]
Caused by: org.opensearch.cluster.coordination.CoordinationStateRejectedException: join validation on cluster state with a different cluster uuid prI8Q7O2R4arkddL88Pyig than local cluster uuid JQ7q5TNkQSWPyeWbXw4ZOQ, rejecting
I am guessing there is a disconnect between how/when security config updater creates/updates security config and when nodes pick it up from storage.
How can one reproduce the bug?
- Install OpenSearchCluster with 3 replicas, wait for green status of the cluster.
- Helm uninstall. Keep PVCs, do not delete them.
- Helm install. Observe the error.
What is the expected behavior?
The cluster recovers successfully from the existing PVCs.
What is your host/environment?
Ubuntu 24.04
Do you have any screenshots?
N/A
Do you have any additional context?
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
🆕 New