mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* Bump segment versions on *-by-filter operations to acknowledge WAL * Assert exactly one segment with the new operation version * Review remarks * Separate segment version number to not affect partial snapshots * Adjust unit test * Remove old bump_segment_version implementations * Clarify max_persisted_segment_version_overwrite in flush_all * Move trait implementations - Clippy * Apply segment bumping to all *-by-filter functions * Remove AtomicOptionU64 * Update function name and comments * Remove max condition, start with overwrite value * Add assertion, can never have zero segments * Make max_persisted_segment_version_overwrite monotonic with fetch_max --------- Co-authored-by: timvisee <tim@visee.me>