MCPcopy
hub / github.com/grafana/dskit / startAllRequests

Method startAllRequests

ring/replication_set_tracker.go:52–52  ·  view source on GitHub ↗

Starts requests for all instances. Calling this method multiple times may lead to unpredictable behaviour. Calling both this method and releaseMinimumRequests may lead to unpredictable behaviour. This method must only be called before calling done.

()

Source from the content-addressed store, hash-verified

50 // Calling both this method and releaseMinimumRequests may lead to unpredictable behaviour.
51 // This method must only be called before calling done.
52 startAllRequests()
53
54 // Blocks until the request for this instance should be started.
55 // Returns nil if the request should be started, or a non-nil error if the request is not required

Implementers 2

defaultResultTrackerring/replication_set_tracker.go
zoneAwareResultTrackerring/replication_set_tracker.go

Calls

no outgoing calls