-
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
compact: unexpected termination #2653
Comments
What health checks do you have configured on the container? Are there any logs before what you have pasted? |
I have configured these health checks:
I'm using statefulset definition, but I created deployment with the same configuration and I have got answers:
The problem was on my side. Maybe the blocks are too large. 🤔 |
Exactly - no since that depends on the nature of the data. There's this, though: #1550. I really need to finish it one day. Let's close this in favor of that? |
Yes, we can close this in favor of that. |
Hello, I've a problem with Thanos Compact
Thanos, Prometheus and Golang version used:
Object Storage Provider: S3 (ceph)
What happened: Thanos Compact is running as a pod in our k8s cluster and after some time has been unexpectedly terminated and I don't know why. Pod is terminated, but not as Failed. Probably some block of data is corrupted, but I can't see which one. Due to the fact that the whole process is not complete, the storage on S3 is gradually being filled.
What you expected to happen: I have debug logging turned on and I would like a know, where is the problem.
How to reproduce it (as minimally and precisely as possible):
I don't know, how to reproduce it. But I have similar solution in another k8s cluster and there is everything OK.
Full logs to relevant components:
Anything else we need to know:
Environment:
Additional informations:
Thank you! :)
The text was updated successfully, but these errors were encountered: