Arnaud Gourlay
Arnaud Gourlay
I can see two leads for exploring the issue. 1. client keep alive is greater than server keep alive which creates stale connections 2. `detected excessive load generating behavior` could...
@dependabot rebase
Unfortunately it does not seem to be a simple dependency bump.
Fixed by bumping [schemathesis](https://schemathesis.readthedocs.io/en/stable/changelog.html#v3-19-3) For some mysterious reasons, I am having issues with the docker buildx locally with this fix, I want to fix it before the merge or I...
Hours wasted to fix this Docker error. ``` ++ docker buildx build --load -q ./openapi/tests + docker run --rm --network=host -e OPENAPI_FILE=openapi.json -v /home/agourlay/Workspace/qdrant/openapi/tests:/code sha256:982a959af0c8d873f3507048ec40c012a08d2229e06514ccf75977668347078b sh -c /code/run_docker.sh docker: Error...
Beyond the simple mechanical fix, I would love to have an explanation regarding the source of the breakage. Why did it stop working? Why was the distance not required previously?...
Closing as the effective configuration can be seen with the Telemetry.
Inspecting the telemetry, it seems it contains the collection configurations but not the application configuration. If we want to avoid adding new CLI flags or rendering merged yaml files, it...
Here is another case with a clear panic https://github.com/qdrant/qdrant/actions/runs/5185845960/jobs/9346215918#step:10:153 Saving the logs for history [Uploading test_triple_replication_error.zip…]() The restarted node fails right away with ``` [2023-06-06T07:41:23.649Z INFO storage::content_manager::consensus::persistent] Loading raft state...
Proposing a fix with https://github.com/qdrant/qdrant/pull/2029