Thanos Store Gateway: ResourceExhausted Errors with Downloaded-Bytes and Request-Series Limits #8339
Unanswered
ValentinLvr
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
We're experiencing ResourceExhausted errors in our Thanos Store Gateway deployment that indicate we're hitting both the downloaded-bytes limit (set to 1GB) and request-series limit (set to 500,000).
Based on what we've seen in Thanos traces, we believe this is leading to long time spent on queues (
store_query_gate_ismyturn
andquery_gate_ismyturn
spans can reach 30s) , resulting in query timeouts.Error Messages:
Current Configuration
Environment:
Store Gateway Config:
Questions & Concerns
Potential Solutions We're Considering
Increase Limits:
Add External Caching:
Any insights from the community on similar setups and their solutions would be greatly appreciated !
Beta Was this translation helpful? Give feedback.
All reactions