Skip to content

Commit

Permalink
fix: Fix panic in ingester.go (#13557)
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana authored Jul 17, 2024
1 parent d3d9923 commit dbff69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ingester-rf1/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ func New(cfg Config, clientConfig client.Config,
instances: map[string]*instance{},
store: storage,
periodicConfigs: periodConfigs,
flushBuffers: make([]*bytes.Buffer, cfg.ConcurrentFlushes),
flushWorkersDone: sync.WaitGroup{},
loopQuit: make(chan struct{}),
tailersQuit: make(chan struct{}),
Expand Down

0 comments on commit dbff69a

Please sign in to comment.