From 52c8a502bc3f88b410d72092bfa7d7fa79a3adc5 Mon Sep 17 00:00:00 2001 From: Wen Xu Date: Tue, 28 Nov 2023 19:18:27 +0000 Subject: [PATCH] remove TODO Signed-off-by: Wen Xu --- pkg/compactor/compactor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/compactor/compactor.go b/pkg/compactor/compactor.go index 5799265cda..5473c3d6a7 100644 --- a/pkg/compactor/compactor.go +++ b/pkg/compactor/compactor.go @@ -791,7 +791,6 @@ func (c *Compactor) compactUser(ctx context.Context, userID string) error { noCompactMarkerFilter := compact.NewGatherNoCompactionMarkFilter(ulogger, bucket, c.compactorCfg.MetaSyncConcurrency) var blockIDsFetcher block.BlockIDsFetcher - // TODO: remove the BucketIndexBlockIDsFetcherEnabled flag once it is proved stable if c.storageCfg.BucketStore.BucketIndex.Enabled { blockIDsFetcher = bucketindex.NewBlockIDsFetcher(ulogger, c.bucketClient, userID, c.limits) } else {