MCPcopy
hub / github.com/grafana/tempo / stopAllCutToWalLoops

Method stopAllCutToWalLoops

modules/livestore/live_store_background.go:210–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func (s *LiveStore) stopAllCutToWalLoops() {
211 close(s.cutToWalStop)
212 s.cutToWalWg.Wait()
213}
214
215func (s *LiveStore) perTenantCleanupLoop(inst *instance) {
216 // ticker

Callers 1

stoppingMethod · 0.95

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected