Skip to content

Commit

Permalink
cleanup refs
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Jan 31, 2024
1 parent ffeb0b7 commit c983c9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/loki/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -1424,12 +1424,10 @@ func (t *Loki) initBloomCompactor() (services.Service, error) {

compactor, err := bloomcompactor.New(
t.Cfg.BloomCompactor,
t.Cfg.StorageConfig,
t.Cfg.SchemaConfig,
nil, // StoreAndClient placeholder. TODO(owen-d): remove this once we have a proper store and client
shuffleSharding,
t.Overrides,
logger,
shuffleSharding,
t.clientMetrics,
prometheus.DefaultRegisterer)

if err != nil {
Expand Down

0 comments on commit c983c9d

Please sign in to comment.