Skip to content
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

Liveness probe failing for Prometheus Exporter connected to a large SolrCloud #693

Closed
HoustonPutman opened this issue Mar 25, 2024 · 0 comments · Fixed by #694
Closed

Liveness probe failing for Prometheus Exporter connected to a large SolrCloud #693

HoustonPutman opened this issue Mar 25, 2024 · 0 comments · Fixed by #694
Labels
bug Something isn't working metrics
Milestone

Comments

@HoustonPutman
Copy link
Contributor

When running a Prometheus Exporter that is connected to a SolrCloud with many nodes/pods, the livenessProbe can fail with a EOF exception no matter what resources the pods are given.

I believe this is due to the kubelet not being able to handle a large amount of data being sent back in a probe response.

In order to fix this we should request back no metrics in the liveness probe. That way the response is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working metrics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant