Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
210
func
(s *LiveStore) stopAllCutToWalLoops() {
211
close(s.cutToWalStop)
212
s.cutToWalWg.Wait()
213
}
214
215
func
(s *LiveStore) perTenantCleanupLoop(inst *instance) {
216
// ticker
Callers
1
stopping
Method · 0.95
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected