-
Notifications
You must be signed in to change notification settings - Fork 2.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
query: Some Thanos Queries hang forever #919
Comments
New details: Turns out we have a really slow Thanos store, I think it's practically sleeping when streaming data :D but as it has all the needed time ranges and labels we started seeing issues for all the queries. So none of the queries would load. |
Yea, I think having quicker store is must have though, so you should look into that first (: |
we can try fixing timeouts though |
I will look into Store, but this for me was like really good chance to make thanos query super reliable, as I had all the data and queries kept failing :P |
This is dup of #705 so closing. |
Thanos, Prometheus and Golang version used*
What happened
For some queries Thanos query just doesn't respond and keeps the connection hanging.
If i don't specify timeout in curl, it will go on forever.
This breaks our grafana dashboards :/
What you expected to happen
How to reproduce it (as minimally and precisely as possible):
Full logs to relevant components
Uncomment if you would like to post collapsible logs:
Thanos query debug logs:
The text was updated successfully, but these errors were encountered: