MCPcopy Create free account
hub / github.com/cortexproject/cortex / ShuffleShardWithZoneStability

Method ShuffleShardWithZoneStability

pkg/ring/ring.go:753–755  ·  view source on GitHub ↗
(identifier string, size int)

Source from the content-addressed store, hash-verified

751}
752
753func (r *Ring) ShuffleShardWithZoneStability(identifier string, size int) ReadRing {
754 return r.shuffleShardWithCache(identifier, size, true)
755}
756
757// ShuffleShardWithLookback is like ShuffleShard() but the returned subring includes all instances
758// that have been part of the identifier's shard since "now - lookbackPeriod".

Calls 1

shuffleShardWithCacheMethod · 0.95