Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Xu <[email protected]>
  • Loading branch information
wenxu1024 committed Nov 28, 2023
1 parent d705ec8 commit 52c8a50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/compactor/compactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 52c8a50

Please sign in to comment.