influxdb/ingester
Paul Dix 276d9b123a
feat: Add min_sequence_number tracking for sequencers in ingester (#3785)
Fixes #3702. This pulls the min sequence tracking into the LifecycleManager. Because the number requires looking at all other partitions in memory, this was the most efficient place to put it. The manager updates the sequencer state after it calls persist. The number is meant to be a lower bound on the sequence number. Issue #3783 will add functionality for the ingester to ignore replayed data that has already been persisted.
2022-02-22 21:53:33 +00:00
..
src feat: Add min_sequence_number tracking for sequencers in ingester (#3785) 2022-02-22 21:53:33 +00:00
Cargo.toml chore(deps): Bump tokio from 1.16.1 to 1.17.0 (#3814) 2022-02-22 16:27:43 +00:00