File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,7 @@ changes.
35
35
36
36
- ** BREAKING** Rename ` --script-info ` option to ` --hydra-script-catalogue ` in the ` hydra-node ` CLI.
37
37
38
- - Fix rotation log id consistency after restart by changing the rotation check to trigger only
39
- when the number of persisted ` StateChanged ` events exceeds the configured ` --persistence-rotate-after ` threshold.
40
- * This also prevents immediate rotation on startup when the threshold is set to 1.
41
- * ` Checkpoint ` event ids now match the suffix of their preceding rotated log file and the last ` StateChanged ` event id within it,
42
- preserving sequential order and making it easier to identify which rotated log file was used to compute it.
38
+
43
39
44
40
- Label threads, queues and vars.
45
41
@@ -68,6 +64,12 @@ when the number of persisted `StateChanged` events exceeds the configured `--per
68
64
but is enough to resolve the problem until we can identify the central cause
69
65
of the issue.
70
66
67
+ - Fix rotation log id consistency after restart by changing the rotation check to trigger only
68
+ when the number of persisted ` StateChanged ` events exceeds the configured ` --persistence-rotate-after ` threshold.
69
+ * This also prevents immediate rotation on startup when the threshold is set to 1.
70
+ * ` Checkpoint ` event ids now match the suffix of their preceding rotated log file and the last ` StateChanged ` event id within it,
71
+ preserving sequential order and making it easier to identify which rotated log file was used to compute it.
72
+
71
73
## [ 0.22.3] - 2025-07-21
72
74
73
75
- Change behavior of ` Hydra.Network.Etcd ` to fallback to earliest possible
You can’t perform that action at this time.
0 commit comments