Alexander A.
Alexander A.
Вот тут есть редирект https://rurust.github.io/rust-by-example-ru/ Работает отлично. Предлагаю сделать что то подобное
> Hi @ava57r, is there any server-side error logs? I restarted and tested `curl http://test1:6333/cluster` ```log {"result":{"status":"enabled","peer_id":1,"peers":{"2":{"uri":"http://test2:6335/"},"1":{"uri":"http://test1:6335/"}},"raft_info":{"term":137,"commit":23,"pending_operations":0,"leader":1,"role":"Leader","is_voter":true},"consensus_thread_status":{"consensus_thread_status":"working","last_update":"2023-04-19T10:12:50.434972138Z"},"message_send_failures":{}},"status":"ok","time":0.000023571} ``` serv1 ```log _ _ __ _ __| |_ __ __ _ _...
I tried to change a request after 100 vectors with 800 limit and without payload I got the same error.
> Do I get it right, that you are making a single batch request with 100 searches and limit=800 each? Yes > If so, it might be just an internal...
I cough batch search with 100 vectors and limit 900 for each. srv1 - leader ``` 2023-04-21T08:30:01.031Z DEBUG collection::shards::replica_set] Read operation failed: Service internal error: Tonic status error: Operation was...
> > I did not catch "size of data" > > vector size and number of vetctors I tried vector 512D and more 100 millions vectors.
current impl remove_shard does not allow to set config https://github.com/qdrant/qdrant/blob/master/lib/collection/src/shards/remote_shard.rs#L98 as max..-..message_size https://github.com/qdrant/qdrant/blob/master/lib/api/src/grpc/qdrant.rs#L4593
But `tonic` error message has more details for example decode: https://github.com/hyperium/tonic/blob/master/tonic/src/codec/decode.rs#L184 encode: https://github.com/hyperium/tonic/blob/master/tonic/src/codec/encode.rs#L149
I created collection with 10 million vectors on 1 server I tried to search 100 vectors 10000 limit for each i got it ```log 2023-04-26T09:21:47.315Z INFO searcher > search time:...
I tested on commit https://github.com/qdrant/qdrant/commit/4b03cf66ab365b82b3a76212d7fb10809b43317d Limit removed here https://github.com/qdrant/qdrant/commit/64ff64fdde45b170ad87d90cf77c84e979068bb8 This commit was early.