Remove useless err check (#319)

Signed-off-by: Jesus Vazquez <jesus.vazquez@grafana.com>

Signed-off-by: Jesus Vazquez <jesus.vazquez@grafana.com>
This commit is contained in:
Jesus Vazquez 2022-08-19 09:22:03 +02:00 committed by GitHub
parent bec3143c6c
commit 54196bb7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -581,10 +581,6 @@ func (c *LeveledCompactor) compactOOO(dest string, oooHead *OOOCompactionHead, s
start := time.Now()
if err != nil {
return nil, err
}
// The first dimension of outBlocks determines the time based splitting (i.e. outBlocks[i] has blocks all for the same time range).
// The second dimension of outBlocks determines the label based shard (i.e. outBlocks[i][j] is the (j+1)th shard.
// During ingestion of samples we can identify which ooo blocks will exists so that