Tim Visée

Results 80 issues of Tim Visée

Use `const fn` for serde defaults where possible to allow compile time evaluation. ### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have...

Fixes https://github.com/qdrant/qdrant/pull/1942. Update the `requests` dependency to `v2.31.0`. This mitigates a [vulnerability](https://github.com/qdrant/qdrant/security/dependabot/42). Originally suggested by dependabot [here](https://github.com/qdrant/qdrant/pull/1942), but ported to `dev` because this is not a high priority issue in...

This updates the `Cargo.toml` definitions to specify the usage of Apache 2.0 in SPDX format. Recommended by: https://github.com/qdrant/wal/issues/49#issuecomment-1557650475 Along with it this also: - updates the authors list - adds...

We had a problem with mmap on Windows, where an empty file would give us an unaligned pointer. We [added](https://github.com/qdrant/qdrant/blob/137def66508b2b3ae36821b6890d8af2a0d70ba1/lib/segment/src/common/mmap_type.rs#L452-L457) a Windows specific edge case to resolve this. I've upstreamed...

This improves error logging for TLS loading errors and errors that occur while starting REST and gRPC servers. For example, if the REST server can't start because the TLS certificate...

Tracked in: Depends on: , This adds a new `WalDelta` shard transfer method to allow shard diff transfers. This variant is hidden by default, and is purely used internally to...

This issue tracks progress on the feature for just sending the diff as part of shard transfers. This will be based on the WAL delta between two shard replicas. It...

Tracked in: Depends on: Adds a more extensive test to test randomized configurations and scenarios. This tests: - Configurations of 2 up to 10 nodes. - Randomizes: - Number of...

Tracked in: Depends on: This extends WAL tests by asserting the WAL ordering property. This property assertion makes more sense in more dynamic tests, which is what I'll be working...

**Is your feature request related to a problem? Please describe.** We recently merged which adds a datetime payload index. Currently, the datetime parser is very strict, only allowing [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)...

💎 Bounty