Compaction failures due to object storage timeout #8054
Replies: 2 comments
-
Hello. Swift configuration has I'd suggest looking at your Swift storage documentation to explain |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that the problem is coming from Thanos-IO which Mimir uses to communicate with Swift. Raised a new issue here |
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
-
Hello,
We are recently facing compaction failures. It seems that the compactor fails to upload some blocks to the object storage because of timeout:
We use a swift object storage. Can we somehow increase the timeout towards our object storage?
At the same time we noticed that in the swift object storage we have a lot of blocks with prefix
segments
, like for example:And they are filling up our object storage. They didn't exist before the compaction failures. Any idea what those are? Are they related to the compaction failures? What can we do to overcome this?
Beta Was this translation helpful? Give feedback.
All reactions