mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 00:51:06 -05:00
* WIP: introduce local state * WIP: sync local state with consensus in idle * fmt * rm extensive debug * update triple replication test * update triple replication test * rm debug logs * fix check for established leader + only sync local if no proposals * remove unused file * test compatible with python 3.8 * test compatible with python 3.8 * longer wait for consensus * longer wait for consensus * extra sleep in test * remove extra sleep * Fixing missed leader inconsistency - transfers (#1298) * explicit request timeout * explicit request timeout * explicit request timeout * explicit request timeout * explicit request timeout * prevent double handelling of the transfer termination * kill the process * log on inconsistency * log on inconsistency * log on inconsistency * debug * revert debug in test * forward updates to partial shards, abort transactions on dead node report * fmt * disable retry of transfer, if the transfer was cancelled + allow predictable ports in test * fix import