File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,11 @@ store_gateway:
288
288
# CLI flag: -store-gateway.sharding-ring.keep-instance-in-the-ring-on-shutdown
289
289
[keep_instance_in_the_ring_on_shutdown : <boolean> | default = false]
290
290
291
+ # If true, use zone stable shuffle sharding algorithm. Otherwise, use the
292
+ # default shuffle sharding algorithm.
293
+ # CLI flag: -store-gateway.sharding-ring.zone-stable-shuffle-sharding
294
+ [zone_stable_shuffle_sharding : <boolean> | default = false]
295
+
291
296
# Minimum time to wait for ring stability at startup. 0 to disable.
292
297
# CLI flag: -store-gateway.sharding-ring.wait-stability-min-duration
293
298
[wait_stability_min_duration : <duration> | default = 1m]
Original file line number Diff line number Diff line change @@ -4765,6 +4765,11 @@ sharding_ring:
4765
4765
# CLI flag: -store-gateway.sharding-ring.keep-instance-in-the-ring-on-shutdown
4766
4766
[keep_instance_in_the_ring_on_shutdown: <boolean> | default = false]
4767
4767
4768
+ # If true, use zone stable shuffle sharding algorithm. Otherwise, use the
4769
+ # default shuffle sharding algorithm.
4770
+ # CLI flag: -store-gateway.sharding-ring.zone-stable-shuffle-sharding
4771
+ [zone_stable_shuffle_sharding: <boolean> | default = false]
4772
+
4768
4773
# Minimum time to wait for ring stability at startup. 0 to disable.
4769
4774
# CLI flag: -store-gateway.sharding-ring.wait-stability-min-duration
4770
4775
[wait_stability_min_duration: <duration> | default = 1m]
You can’t perform that action at this time.
0 commit comments