Andrey Vasnetsov
Andrey Vasnetsov
Another example: https://github.com/qdrant/qdrant/actions/runs/7923808268/job/21634275041?pr=3610
> Create endpoint (http only): WIP Might it be part of telemetry?
Hey @xzfc, the PR is way too big. Could you please split it into at least 3 smaller ones?
Hey @azhelev, could you please check if your cluster have consistent state? You need to make sure that ``` "raft_info": { "term": 364, "commit": 14441, ``` are same on all...
which peer is down? I assume `419724648802618`
hm, I don't see a reason why request would fail in this configuration. Also interesting that shard recovery is not initialized
could you please describe a scenario when this happened?
> When we upload a collection from a snapshot, the collection exists on all nodes but does only contain points on the node that processed the upload Please make sure...
yes, it seems like 150 shards is too much.
For 10M vectors 1 shard is enough. Sharding is design to address scaling problem. Having 2 shards on one machine would allow you to scale to x2 machines in future...