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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## master / unreleased
4
4
5
+
*[CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
6
+
*[ENHANCEMENT] Added new ring related config `-ingester.readiness-check-ring-health` when enabled the readiness probe will succeed only after all instances are ACTIVE and healthy in the ring, this is enabled by default. #4539
7
+
*[ENHANCEMENT] Added new ring related config `-distributor.excluded-zones` when set this will exclude the comma-separated zones from the ring, default is "". #4539
5
8
*[ENHANCEMENT] Upgraded Docker base images to `alpine:3.14`. #4514
6
9
*[ENHANCEMENT] Updated Prometheus to latest. Includes changes from prometheus#9239, adding 15 new functions. Multiple TSDB bugfixes prometheus#9438 & prometheus#9381. #4524
// Since we moved to the component logger from the global logger for the ring in dskit these lines are now expected but are just ring setup information.
1066
+
`level=info component=compactor msg="ring doesn't exist in KV store yet"`: {},
1067
+
`level=info component=compactor msg="not loading tokens from file, tokens file path is empty"`: {},
1068
+
`level=info component=compactor msg="instance not found in ring, adding with no tokens" ring=compactor`: {},
`level=info component=compactor msg="changing instance state from" old_state=ACTIVE new_state=LEAVING ring=compactor`: {},
1073
+
`level=error component=compactor msg="failed to set state to LEAVING" ring=compactor err="Changing instance state from LEAVING -> LEAVING is disallowed"`: {},
1074
+
`level=error component=compactor msg="failed to set state to LEAVING" ring=compactor err="Changing instance state from JOINING -> LEAVING is disallowed"`: {},
1075
+
`level=debug component=compactor msg="unregistering instance from ring" ring=compactor`: {},
1076
+
`level=info component=compactor msg="instance removed from the KV store" ring=compactor`: {},
1077
+
`level=info component=compactor msg="observing tokens before going ACTIVE" ring=compactor`: {},
0 commit comments