-
Notifications
You must be signed in to change notification settings - Fork 282
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
[BUG] java.io.OptionalDataException - Cache Timeout #1927
Comments
I suspect this PR to be the culprit, but I don't know enough to pinpoint the problem: ef0d40a |
[Triage] Thanks for filing this issue @msoler8785 we will look into this issue. |
I suspect this might be the reason for a problem we are seeing. We have installed a fresh cluster version 2.1.0. We deliver logs with fluent-bit. Every hour the delivery fails with:
It fails for roughly one hour and starts working again. Then one hour later the cycle repeats. What does resolve the problem ist to run securityadmin.sh with the exact same permissions again. |
Even that does not reliably fix the problem. |
Closing as #1970 has been merged |
What is the bug?
When the auth cache expires it isn't properly updated causing a
java.io.OptionalDataException
exception to be returned from OpenSearch.How can one reproduce the bug?
Steps to reproduce the behavior:
plugins.security.cache.ttl_minutes
period has elapsed.What is the expected behavior?
The cache is refreshed and there are no errors.
What is your host/environment?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: