Andrey Vasnetsov
Andrey Vasnetsov
Hey @lorenzo-milicia, thanks for reporting! I was able to reproduce it.
Not ideal, but slightly better option would be to introduce some error code into the message and look for it. It can be a short but unique string, defined in...
Otherwise we would need to separate errors for internal and external interfaces, which would mean huge refactoring
I would prefer to keep generated tests in the source. Maybe better alternative would be to move generation of tests out of `build.rs` (but keep in CI)
which version are you using and how to reproduce it?
didn't notice any failures of this recently. Propose to close for now
According to your `GET /collections/my_collection/cluster`, it is not replicated. If you changed replication factor after collection is already created, you need to follow this https://qdrant.tech/documentation/guides/distributed_deployment/#creating-new-shard-replicas
> If the shards are replicated, would I expect to see all shards under the local_shards key the response to GET /collections/my_collection/cluster? yes > I configure the replication_factor via the...
it seems like a helmchart issue then. Let's move the issue there
cc @davidmyriel