mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-18 00:03:47 +03:00
vmagent would try to flush in-memory blocks to rw for the duration of graceful shutdown (5 seconds) only after falling back and storing them in the persisted queue. Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9996 PR https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10932