Compactor is unable to proceed with compaction #4815
Unanswered
TomasKohout
asked this question in
Questions & Answers
Replies: 1 comment
-
I've changed the code for uploading and now it works. I've added a few retries in a case of an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
we have a problem with Compactor. Initially there was a problem with eviction of compactor because we haven't set any requests for ephemeral-storage and unfortunately we had no idea that compactor is not compacting. Now we have a month of uncompacted data in Swift (we are using s3 bucket though).
The issue is that Compactor is unable to finish upload of compacted blocks. It always fails on this error and starts over.
Does someone have a remedy for this? My next thing what I'd try is to add repeat to upload in code, but that is a last resort for me.
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions