You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see - one block starts at 20-02-2019 01:00:00 and another ends at this moment. Doesn't sound like overlap to me, but probably I'm wrong.
Anything else we need to know
I noticed an overlap problem in thanos compactor logs and then dug into thanos bucket outputs. The example that I put here is not what I see in thanos compactor logs, but since compactor halts at the moment it discovered first overlap error - it hasn't probably managed to meet mentioned here problem before halting.
The problem and log I describe here is taken from thanos bucket utility.
The text was updated successfully, but these errors were encountered:
I tried to change things to put metas as you have and all works here. I feel like the overlap is on different thing but stats is showing this? There must be bug somewhere ):
Hello! Opening an issue following a slack discussion with @bwplotka: https://improbable-eng.slack.com/archives/CA4UWKEEN/p1552312504323600
Thanos, Prometheus and Golang version used
Thanos bucket util:
Thanos compactor: v0.3.2
Prometheus: 2.7.0
What happened
Overlap error on non-overlapping blocks:
What you expected to happen
No overlap error
Full logs to relevant components
level=warn ts=2019-03-11T14:18:37.555442Z caller=overlapped_blocks.go:38 msg="found overlapped blocks" group="0@{some_labels}" overlap="[mint: 1550620800000, maxt: 1550620800000, range: 0s, blocks: 2]: <ulid: 01D44DGZYN912SA0FG0TRTR19Z, mint: 1550620800000, maxt: 1550628000000, range: 2h0m0s>, <ulid: 01D44FSTJC2BR2YXZZK124YZF0, mint: 1550592000000, maxt: 1550620800000, range: 8h0m0s>"
Inspect output related to mentioned in logs blocks:
As you can see - one block starts at
20-02-2019 01:00:00
and another ends at this moment. Doesn't sound like overlap to me, but probably I'm wrong.Anything else we need to know
I noticed an overlap problem in thanos compactor logs and then dug into
thanos bucket
outputs. The example that I put here is not what I see in thanos compactor logs, but since compactor halts at the moment it discovered first overlap error - it hasn't probably managed to meet mentioned here problem before halting.The problem and log I describe here is taken from
thanos bucket
utility.The text was updated successfully, but these errors were encountered: