Skip to content

Commit dcbc4ab

Browse files
authored
compacted block can encounter this issue too (#149)
2 parents 65cdde2 + 7677b3f commit dcbc4ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/compact/overlapping.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ func (o OverlappingCompactionLifecycleCallback) HandleError(ctx context.Context,
138138
level.Error(logger).Log("msg", "failed to compact blocks", "err", compactErr)
139139
if strings.Contains(compactErr.Error(), symbolTableSizeExceedsError) {
140140
for _, m := range toCompact {
141-
if m.Thanos.Source != metadata.ReceiveSource {
142-
level.Debug(logger).Log("msg", "bypass blocks that are already compacted", "block", m.String())
143-
continue
144-
}
145141
if m.Stats.NumSeries < symbolTableSizeLimit {
146142
level.Warn(logger).Log("msg", "bypass small blocks", "block", m.String(), "series", m.Stats.NumSeries)
147143
continue

0 commit comments

Comments
 (0)