-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Cluster Health API call can get tripped by circuit breaker #631
Comments
Hi @Bukhtawar, Could you explain more about how to reproduce the issue? During my own testing, I didn't find "Cluster Health API" call is tripped by circuit breaker.
|
Looking into reproducing this issue. Will update. |
@anshul291995 @Bukhtawar any updates here, what should we do with this? |
We'll need to try to repro here. I'll see if I can pick this up, any help from any community member would be of great help too |
@Bukhtawar @dblock would you mind if I try to reproduce and (hopefully) fix it? thanks |
So far confirming @tlfeng findings, not reproducible for
|
No need to ask for permission! Thank you for contributing. |
@Bukhtawar could you please help with details that @reta is seeking for? Thanks |
I'll try to see if I can repro.. |
Closing this issue. @Bukhtawar, please feel free to reopen incase you are able to reproduce it. |
Reopening as this is an issue that needs to be fixed. |
[Triage - attendees 1 2 3 4] |
The underlying issue as I have seen may also cause a node to not join the cluster since the node join call also gets tripped by CBE and leads to persistent node drops. |
Describe the bug
When the JVM memory pressure is high the calls to cluster health might fail with
Expected behavior
Cluster health calls shouldn't get tripped by the circuit breaker as they are important and informative and represents the state of the system
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: