Skip to content

Commit

Permalink
Decrease noisy logging
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Mar 20, 2024
1 parent 0446974 commit 120969e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/storage/stores/shipper/bloomshipper/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func (f *Fetcher) FetchBlocks(ctx context.Context, refs []BlockRef, opts ...Fetc
found++
f.metrics.blocksFound.Inc()
results[i] = dir.BlockQuerier(func() error {
level.Debug(f.logger).Log("msg", "close block querier and release key from cache")
return f.blocksCache.Release(ctx, key)
})
}
Expand Down Expand Up @@ -250,7 +249,6 @@ func (f *Fetcher) FetchBlocks(ctx context.Context, refs []BlockRef, opts ...Fetc
found++
key := f.client.Block(refs[res.idx]).Addr()
results[res.idx] = res.item.BlockQuerier(func() error {
level.Debug(f.logger).Log("msg", "close block querier and release key from cache")
return f.blocksCache.Release(ctx, key)
})
}
Expand Down

0 comments on commit 120969e

Please sign in to comment.