Arnaud Gourlay
Arnaud Gourlay
It is currently very difficult for search engine to find the project given the closeness with the "Tuxguitar" project. It might make sense to change to project name for a...
This PR tackles the issue https://github.com/jonhoo/bustle/issues/15 I have already shared my analysis and findings in this [comment](https://github.com/jonhoo/bustle/issues/15#issuecomment-2388350518) Adding the `Ord` requirement seems logical but I understand that it is a...
This PR fix an over measurement of `vector_io_read` in the case of a best score recommendation on a quantized storage. The closure passed to `self.query.score_by` is invoked once per example....
``` FAILED tests/consensus_tests/test_consensus_compaction.py::test_consensus_compaction_shard_keys - Exception: HTTP request to http://127.0.0.1:21002/collections/test_collection/cluster failed with status code 404 after 0.00257s with response body: {'status': {'error': "Not found: Collection `test_collection` doesn't exist!"}, 'time': 1.8764e-05} ```...
Test flaky on CI https://github.com/qdrant/qdrant/actions/runs/14716346637/job/41300503367 ``` FAILED tests/consensus_tests/test_snapshot_recovery.py::test_recover_from_snapshot_2 - AssertionError: assert {'id': 54, 'p... 'version': 2} == {'id': 54, 'p... 'version': 1} Omitting 3 identical items, use -vv to show...
Thank you very much for this tool, it has helped me and my team several times to find critical deadlocks :clap: The only missing part is having support for the...
Last bit for https://github.com/agourlay/ruxguitar/issues/8 Support for alternative repeat still missing.
Hunting down a potential bug in gridstore. Deferred flushing seems to cause a corruption of the pages content. The tracker value does not change but the bytes in the bloc...
https://github.com/qdrant/qdrant/actions/runs/19537997670/job/55936727736?pr=7568#step:11:188 ``` FAILED tests/consensus_tests/test_resharding.py::test_resharding_down_abort_cleanup[3] - assert 109 == 0 # Assert that forwarded and/or migrated points were deleted from non-target replicas for shard_id, peer_uri in enumerate(replica_uris): resharding_points_count = count_local_points(peer_uri, shard_id,...
Currently breaks compilation ``` error[E0599]: no method named `validate` found for reference `&&grpc::qdrant::PointsSelector` in the current scope --> lib/api/src/grpc/qdrant.rs:6157:14 | 6157 | #[derive(validator::Validate)] | ^^^^^^^^^^^^^^^^^^^ method not found in `&&grpc::qdrant::PointsSelector`...