Skip to content

Commit dd8c0e1

Browse files
Merge pull request ClusterCockpit#555 from ClusterCockpit/release/v1.5
Update ReleaseNotes
2 parents 879f730 + 56ae1de commit dd8c0e1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ This is also the default.
7171
filters by exact node hostname (`eq`) instead of substring match
7272
(`contains`), avoiding incorrect matches when one hostname is a prefix of
7373
another.
74+
- **WAL files not reset on shutdown**: On graceful shutdown the metricstore wrote
75+
a final binary snapshot but never rotated the per-host `current.wal` files (the
76+
`RotateWALFilesAfterShutdown` helper was defined but never called). The stale
77+
WAL files were replayed and then appended to again on the next start, so they
78+
grew without bound across restarts and were only ever reset at the next periodic
79+
checkpoint. `Shutdown` now rotates the WAL files for all successfully
80+
snapshotted hosts.
7481

7582
### Dependencies
7683

0 commit comments

Comments
 (0)