mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* use common channel pool for healthcheck requests * add dynamic channel pool * fmt * lower parallel connections num * fmt * fix clippy * fix clippy * better status error message * smarter channel dropping conditions * per-channel stats * refactor pool * rollback dockerfile * health-check timeout * prevent reporting last active peer as dead * introduce update rate limit * only rate-limit client requests * ability to save snapshot without locking wal (#1685) * ability to save snapshot without locking wal * fix empty wal saving * skip waiting on local shard in listener mode even if it is a direct request to listener shard * snapshot recovery test + better handling of segment versions * use latest wal * review changes