influxdb/ioxd_ingester
Carol (Nichols || Goulding) c811bebdb7
feat: Add ingester CLI option to skip to oldest available WB seq num
The default behavior of the ingester is to panic if the min unpersisted
sequence number in the catalog is unknown to the write buffer due to the
retention policies having evicted that sequence number.

Specifying `--skip-to-oldest-available` changes this behavior to skip to
the oldest sequence number the write buffer does have available and go
from there.

Fixes #4624.
2022-05-20 10:51:07 -04:00
..
src feat: Add ingester CLI option to skip to oldest available WB seq num 2022-05-20 10:51:07 -04:00
Cargo.toml ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00