mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 00:51:06 -05:00
* Recreate optimizers in non-blocking fashion from consensus calls * Update comments * On optimizer config update failure, report error status to local shard * Add a test to confirm we don't block consensus * Rerun recreation if called multiple times * Use atomics instead * Move to the bottom * Reformat