-
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 exited 408 Request Time-out #3878
Comments
hi all, is there anyone can give me some insights for my issue? thank you. |
The newest RC version is able to calculate checksums of files so that in such a case Thanos Compactor wouldn't have to redownload all files & it wouldn't cause any issues. Also, we are working on adding retries to objstore clients. Does this help? 🤗 |
Thanks for reporting. It looks like server side timeout? Wonder what could be the reason, is there any server specific issue? I would check on your Object Storage documentation why 408 error occurs. @GiedriusS It's meta sync operation, so checksums won't help I think? |
hi @GiedriusS and @bwplotka thank you for your insights. Why it shutting down the service by its own? Is there any flag that i missing in order to avoid this behavior? |
hi @bwplotka any update you can share more? |
hi @bwplotka any more insights that you can share? |
hi @bwplotka, |
hi @bwplotka any more insights that you can share? |
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! 🤗 |
Component: Thanos Compact
Object Storage Provider: OpenIO
What happened:
Our compact component suddenly shutting down when it got 408 Request Time-out error code. Related log attached below. What we would like to know that what is the cause of this error? and why it kill the thanos-compact service? Does the error was critical so the compactor should be terminated?
What you expected to happen:
thanos-compact not shutting down.
How to reproduce it (as minimally and precisely as possible):
This is our thanos compact flag
Full logs to relevant components:
Anything else we need to know:
Currently we're applying workaround in the systemd file for
Restart=on-failure
to avoid this issue. We're still monitoring it.Environment:
uname -a
): Linux temng01thanos01 3.10.0-1127.19.1.el7.x86_64 Initial structure and block shipper #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: