Andrey Vasnetsov
Andrey Vasnetsov
Hi @hackintoshrao, could you please provide a full function code, so we could try to reproduce? So far we didn't observe any hanging problems with rust client, even though it...
The approach of mixing gRPC functionality with rest endpoints is not the best looking api, in order to access snapshot API we need to establish a completely unrelated gRPC connection....
/bounty $200
I am afraid you would need to compile from source without docker, as in our docker it is currently hard-coded only 2 possible architectures
If you still have the data on disk, could you please run it with old version? I don't think we applied any data migrations between those versions
It is still unclear to me what exactly are you observing. Is the collection loaded, but empty? How exactly should we understand this? > our points data (20M points) appears...
Could you please elaborate what __exactly__ this means? Could you explain all the ways which tell you there are exactly 0 points? > But there are 0 points
We don't have CI running on FreeBSD, so it is likely that some dependency is not compatible.
When I try to run with config in settings, i get this: ``` 2024-05-21T23:16:51.102375Z ERROR qdrant::startup: Panic backtrace: 0: qdrant::startup::setup_panic_hook::{{closure}} at ./src/startup.rs:19:25 1: ::call at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/alloc/src/boxed.rs:2034:9 2: std::panicking::rust_panic_with_hook at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:783:13...
I don't think locks functionality have actual usage. It is likely that we are going to deprecate it