Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix for revert
  • Loading branch information
salvacorts committed Nov 8, 2024
commit 5a26e7ed524be4bf2c07cc48ea7888af06953cbc
2 changes: 1 addition & 1 deletion pkg/bloombuild/common/tsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func NewTSDBSeriesIter(ctx context.Context, user string, f sharding.ForSeries, b
user,
bounds,
0, math.MaxInt64,
func(_ labels.Labels, fp model.Fingerprint, _ []index.ChunkMeta) (stop bool) {
func(_ labels.Labels, fp model.Fingerprint, chks []index.ChunkMeta) (stop bool) {
select {
case <-ctx.Done():
return true
Expand Down
Loading