mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* Add shard transfer consensus method to restart shard transfer * Arrange shard transfer fallback through consensus * Properly handle stopping existing transfer, don't finish * Use user specified shard transfer method as default when falling back * Report correct fallback transfer method being used * Always make WAL delta transfer fall back to stream records * Remove unnecessary clones * When doing shard transfer fallback, confirm consensus accepted it * Confirm shard transfer restarts through consensus, rather than state * Update WAL delta fallback test, assert we switch to stream_records