diff --git a/pkg/store/proxy_heap.go b/pkg/store/proxy_heap.go index 558ffcb69b..d354d4db06 100644 --- a/pkg/store/proxy_heap.go +++ b/pkg/store/proxy_heap.go @@ -139,6 +139,7 @@ func (d *dedupResponseHeap) At() *storepb.SeriesResponse { if _, ok := chunkDedupMap[hash]; !ok { chk := chk chunkDedupMap[hash] = &chk + break } } }