mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
The initial 20k-point insert was sent as a single HTTP request (no batch_size), saturating all cores long enough to starve the consensus thread (cascading leader elections) and to exceed the 2000ms per-shard update healthcheck deadline, returning a flaky 408 before the test's actual snapshot-transfer logic even started. Batch the insert into 1k-point requests, matching the convention used by every other large initial upsert in the suite. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>