-
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
Compactor doesn't compact data as configured #6313
Comments
Finally got some clues about this issue. I cleaned up the directory of If my understanding is correct, |
Hi @amewayne |
I set |
I have the same issue, see #6866, I increased the concurrency form 1 to 6, but I see no difference. Do you have any other tips? |
@Kiara0107 https://thanos.io/tip/operating/compactor-backlog.md/#troubleshoot-compactor-backlog Please take a look at this doc. It might take some time to show differences after you increased concurrency since compaction takes time. |
Thanks, I've read the doc, that's why I increased the concurrency. Unfortunately no changes after 24 hours. I would say I should have seen some results by now. |
Thanos, Prometheus and Golang version used:
Thanos: v0.30.2
Prometheus: 2.42.0
Go: 1.19.5
Object Storage Provider:
Minio/S3
What happened:
Thanos-Compact
stopped to compact data fromMinio
after a period of time.I configured
retention.resolution-raw=2d
when I startedcompactor
, but I can see that there are raw datas over 2 days.I tried to restart
compactor
and it started to work for a while, but still stopped to compact soon.Have no clue about this issue because everything seems good and no error found in the logs.
This is the command that I used to start
compactor
:What you expected to happen:
Compactor
keeps working to compact data, and there will not be raw data older than 2 days onMinio
.How to reproduce it (as minimally and precisely as possible):
Full logs to relevant components:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: