We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 879f730 + 56ae1de commit dd8c0e1Copy full SHA for dd8c0e1
1 file changed
ReleaseNotes.md
@@ -71,6 +71,13 @@ This is also the default.
71
filters by exact node hostname (`eq`) instead of substring match
72
(`contains`), avoiding incorrect matches when one hostname is a prefix of
73
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.
81
82
### Dependencies
83
0 commit comments