From 074ea7764c5c5d63c281720523856ae505702a1f Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Mon, 14 Nov 2022 16:22:43 +0100 Subject: [PATCH] Change counter to uint64 Signed-off-by: Filip Petkovski --- pkg/store/bucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/store/bucket.go b/pkg/store/bucket.go index e2c68576ce9..2d56a9680e8 100644 --- a/pkg/store/bucket.go +++ b/pkg/store/bucket.go @@ -824,7 +824,7 @@ type blockSeriesClient struct { chunkFetchDuration prometheus.Histogram // Internal state. - i int + i uint64 postings []storage.SeriesRef chkMetas []chunks.Meta lset labels.Labels