-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initializing the security index times out when re-using storage with OpenSearch 2.14.0 #326
Comments
@reneradoi if the application is going away eventually, could it be just deploying a single unit would reproduce your issue as well? |
Some new details can be added on the issue. Error from the OpenSearch server logfile:
This could be reproduced by removing the OpenSearch application and re-using the storage, more concrete: when attaching a non-cluster-leader disk to a new unit. The root cause is: If, when removing the application, the cluster manager node is removed first, this can result in a split brain situation where the shards formerly assigned to this node don't get assigned to a new node anymore because only two nodes remain for voting and they don't reach consensus. If this state remains and the application finally gets removed, it can't get out of it anymore. There's another issue related to this: #327 This issue here should be resolved too when #327 is resolved. |
Hi @reneradoi can we close this issue? |
No longer relevant. |
Steps to reproduce
Expected behavior
Newly deployed application unit starts correctly.
Actual behavior
Unit does not start up, instead hangs in
Initializing the security index...
Versions
OpenSearch 2.14.0 (snap revision 51)
Log output
from the server log:
Additional context
There was a change to the way the security index is initialized in OpenSearch 2.14.0, see here.
The text was updated successfully, but these errors were encountered: