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
Memberlist now forwards only changes, not full original received message (#4419)
* Memberlist now forwards only changes, not full original received message.
Signed-off-by: Peter Štibraný <[email protected]>
* CHANGELOG.md entry
Signed-off-by: Peter Štibraný <[email protected]>
* Ignore linter here.
Signed-off-by: Peter Štibraný <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
* Users only have control of the HTTP header when Cortex is not frontend by an auth proxy validating the tenant IDs
21
21
*[CHANGE] Some files and directories created by Mimir components on local disk now have stricter permissions, and are only readable by owner, but not group or others. #4394
22
22
*[CHANGE] Compactor: compactor will no longer try to compact blocks that are already marked for deletion. Previously compactor would consider blocks marked for deletion within `-compactor.deletion-delay / 2` period as eligible for compaction. #4328
23
+
*[CHANGE] Memberlist: forward only changes, not entire original message. #4419
23
24
*[ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262
24
25
*[ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341
25
26
*[ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342
0 commit comments