qdrant / haloperidol

Antipsychotic therapy for qdrant cluster
5 stars 1 forks source link

bfb-search crashes #23

Open KShivendu opened 6 months ago

KShivendu commented 6 months ago

It crashes with the following error:

called `Result::unwrap()` on an `Err` value: status: Unknown, message: "grpc-status header missing, mapped from HTTP status code 500", details: [], metadata: MetadataMap { headers: {"server": "awselb/2.0", "date": "Mon, 04 Mar 2024 10:29:04 GMT", "content-length": "0"} }

But the logs look clean around the time of error

KShivendu commented 6 months ago

On trying to replicate with local bfb I could only get:

called `Result::unwrap()` on an `Err` value: status: Internal, message: "Service internal error: The replica set for shard 2 on peer 2244829302161343 does not have enough active replicas", details: [], metadata: MetadataMap { headers: {"server": "awselb/2.0", "date": "Mon, 04 Mar 2024 16:05:35 GMT", "content-type": "application/grpc", "content-length": "0"} }

and

called `Result::unwrap()` on an `Err` value: status: Internal, message: "protocol error: received message with invalid compression flag: 83 (valid flags are 0 and 1) while receiving response with status: 503 Service Unavailable", details: [], metadata: MetadataMap { headers: {"server": "awselb/2.0", "date": "Mon, 04 Mar 2024 16:05:40 GMT", "content-type": "text/plain; charset=utf-8", "content-length": "19"} }