Arnaud Gourlay
Arnaud Gourlay
The test `collection_manager::segments_searcher::tests::test_segments_search_sampling' failed on CI ## Current Behavior https://github.com/qdrant/qdrant/actions/runs/3937107141/jobs/6734253373 ``` failures: ---- collection_manager::segments_searcher::tests::test_segments_search_sampling stdout ---- thread 'collection_manager::segments_searcher::tests::test_segments_search_sampling' panicked at 'assertion failed: `(left == right)` error: test failed, to rerun...
The qdrant process produces a segmentation fault when shutting down during the index optimization. It does not always happen, it is rather rare. ## Current Behavior ```bash ./cargo_run_follower2.sh: line 13:...
**Is your feature request related to a problem? Please describe.** When a PR is merged, it is unclear how it affects the existing performance characteristics of the system. **Describe the...
This PR adds support for nested object filters which allows arrays of objects to be queried independently of each other. It is achieved by adding a new filter condition type...
**Is your feature request related to a problem? Please describe.** Provide executable binaries when cutting releases. This would lower the barrier of entry for new users who do not use...
**Is your feature request related to a problem? Please describe.** Our current strategy to manage the OpenAPI specification is error prone and manual. Adding new REST endpoints require to: 1....
During the [integration tests](https://github.com/qdrant/qdrant/tree/master/openapi/tests/openapi_integration), we validate that the request and response are compliant to the OpenAPI [definition](https://github.com/qdrant/qdrant/blob/master/docs/redoc/master/openapi.json) ## Current Behavior The following request should trigger a validation error but does...
The test `consensus_tests/test_write_ordering.py` is flaky on CI ## Current Behavior e.g. https://github.com/qdrant/qdrant/actions/runs/4557402652/jobs/8038987092 ``` # Assert that there are dead replicas > wait_for_some_replicas_not_active(peer_api_uris[0], "test_collection") FAILED tests/consensus_tests/test_write_ordering.py::test_write_ordering - Exception: HTTP request to...
Follow up to https://github.com/qdrant/qdrant/pull/1595 It seems the value is still too low given a user report on Discord. This PR proposes to bump the timeout value straight to 1h to...
This PR adds a new minimal binary that decodes and displays the content of a WAL folder. It can be useful during investigation. Usage: `cargo run --bin wal_inspector storage/collections/test-collection/0/wal/ `...