You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed shuffle sharding consistency when zone-awareness is enabled and the shard size is increased or instances in a new zone are added (#3299)
* Fixed shuffle sharding consistency when zone-awareness is enabled and the shard size is increased or instances in a new zone are added
Signed-off-by: Marco Pracucci <[email protected]>
* Slightly more permissive deviance
Signed-off-by: Marco Pracucci <[email protected]>
* Cleaned up ring unit tests
Signed-off-by: Marco Pracucci <[email protected]>
* Use YoloBuf to reduce allocations in ShuffleShardSeed()
Signed-off-by: Marco Pracucci <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@
84
84
*[BUGFIX] Experimental Alertmanager API: Do not allow empty Alertmanager configurations or bad template filenames to be submitted through the configuration API. #3185
85
85
*[BUGFIX] Reduce failures to update heartbeat when using Consul. #3259
86
86
*[BUGFIX] When using ruler sharding, moving all user rule groups from ruler to a different one and then back could end up with some user groups not being evaluated at all. #3235
87
+
*[BUGFIX] Fixed shuffle sharding consistency when zone-awareness is enabled and the shard size is increased or instances in a new zone are added. #3299
87
88
*[BUGFIX] Use a valid grpc header when logging IP addresses. #3307
88
89
*[BUGFIX] Fixed the metric `cortex_prometheus_rule_group_duration_seconds` in the Ruler, it wouldn't report any values. #3310
89
90
*[BUGFIX] Fixed gRPC connections leaking in rulers when rulers sharding is enabled and APIs called. #3314
0 commit comments