-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[tests] Security Index unavailable #4280
Comments
Relates to: elastic/elasticsearch#36078 |
I believe this issue is now resolved with |
Hi any Updates ?
|
@LinTechSo This is a closed issue. Not sure what update you are expecting? Following the linked issues, this is expected behaviour from the server if the security index is not ready on a cluster. Our tests work around this by waiting until the index is green before performing security operations which require the presence of that index. client.Cluster.Health(new ClusterHealthRequest(".security-*") { WaitForStatus = WaitForStatus.Green }) If you are running into a different issue, please can you raise a new issue with the details and steps to reproduce it? |
- avoid logging debug message with huge stacktrace. should have no impact and is fixed in future elasticsearch >= 7.9.x (see elastic/elasticsearch-net#4280)
Sometimes the security index has unavailable shards
Raised this before: elastic/elasticsearch#45250
Would like to understand if we're doing something particularly destructive in our integration tests this happens
The text was updated successfully, but these errors were encountered: