Will multiple compactors with vertical compaction break Thanos data? #4870
Unanswered
ethernoy
asked this question in
Questions & Answers
Replies: 1 comment
-
You can have multiple Compactors operating on the same bucket, but they must be operating on unique block streams, or set of external labels. You cannot have two compactors that are operating on the same set of external labels, this will break eventually, and potentially corrupt your data. |
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, I am implementing a blue-green deployment of a set of services in our cluster, including Thanos. In this case, there may be at most 2 compactor instances running and connecting to the same object storage. I already have vertical compaction enabled over Prometheus external replica label and receive label. I wonder will this set-up break Thanos data?
Beta Was this translation helpful? Give feedback.
All reactions