You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
store-gateways do a LIST operation to get all the users and then load the bucket index for that user. These operations might hit a temporary timeout and this causes the store-gateway to crash and restart again. We should be resilient against minor issues like this.
@pracucci Hi! I'd like to take a shot at implementing this. I'm assuming I should just add those fields to the tsdb.BucketStoreConfig, or should they go somewhere else?
@pracucci Hi! I'd like to take a shot at implementing this. I'm assuming I should just add those fields to the tsdb.BucketStoreConfig, or should they go somewhere else?
Thanks @LeviHarrison. I would start with an hardcoded backoff config like we did in the compactor (or other places too). 3 retries should be fine.
Describe the bug
store-gateways do a LIST operation to get all the users and then load the bucket index for that user. These operations might hit a temporary timeout and this causes the store-gateway to crash and restart again. We should be resilient against minor issues like this.
Storage Engine
The text was updated successfully, but these errors were encountered: