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
feat: add option to flush WAL on shutdown (#25452)
Add `--storage-wal-flush-on-shutdown` to flush WAL on database shutdown.
On successful shutdown, all WAL data will be committed to TSM files and the
WAL directories will not contain any .wal files.
Clean cherry-pick of #25444 from main-2.x.
Closes: #25422
(cherry picked from commit 96bade4)
Copy file name to clipboardExpand all lines: cmd/influxd/launcher/cmd.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -513,6 +513,11 @@ func (o *InfluxdOpts) BindCliOpts() []cli.Opt {
513
513
Default: o.StorageConfig.Data.WALMaxWriteDelay,
514
514
Desc: "The max amount of time a write will wait when the WAL already has `storage-wal-max-concurrent-writes` active writes. Set to 0 to disable the timeout.",
0 commit comments