-
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
Thanos Compact Crashing due to Azure Timeout #3952
Comments
I'm pretty sure we need to add a timeout value to the retry pipeline part here; thanos/pkg/objstore/azure/helpers.go Line 39 in 9001546
See: https://pkg.go.dev/github.com/Azure/azure-storage-blob-go/azblob#RetryOptions
I will try to make a PR soon™ |
Re: |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Still working on this via PR |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Any update here? |
It's implemented via #3970 |
Compact component crashes when it encounters a file it cannot fully download/analyze.
Our obj store config includes a max_retries value of 3, but it does not seem to be passed in correctly.
Any assistance is appreciated.
The text was updated successfully, but these errors were encountered: