binbin
binbin
@yah01 any updates?
I think dim=1 may be the reason caused the issue, other cases are good.
@Presburger Same case with that in #22940, could you please have a look together? Thanks.
https://jenkins.milvus.io:18080/blue/organizations/jenkins/milvus-gpu-ci/detail/PR-23642/8/pipeline standalone: There is panic in the latest run: .//[ci.var.log.containers.ms](http://ci.var.log.containers.ms/)-23642-8-pr-gpu-milvus-standalone-6fc6b955b8-8pdxl_milvus-ci_standalone-76131386499d10289c4b12137d8408a383d972d7570290e45a0b64cb019e4f6a.log:2023-04-28T18:08:06.13651614+08:00 stderr F /usr/local/go/src/runtime/panic.go:992 +0x71 fp=0x7f926c8a8310 sp=0x7f926c8a82e0 pc=0x1266531 .//[ci.var.log.containers.ms](http://ci.var.log.containers.ms/)-23642-8-pr-gpu-milvus-standalone-6fc6b955b8-8pdxl_milvus-ci_standalone-76131386499d10289c4b12137d8408a383d972d7570290e45a0b64cb019e4f6a.log:2023-04-28T18:08:06.136522179+08:00 stderr F runtime.sigpanic() .//[ci.var.log.containers.ms](http://ci.var.log.containers.ms/)-23642-8-pr-gpu-milvus-standalone-6fc6b955b8-8pdxl_milvus-ci_standalone-6fc1ceb2a1a2a5bd64d852d5b2424d19641f7fd71b955db4adc98a9e0a19a266.log:2023-04-28T18:10:46.439880184+08:00 stderr F /usr/local/go/src/runtime/panic.go:992 +0x71 fp=0x7f50d55a8310 sp=0x7f50d55a82e0 pc=0x1266531 .//[ci.var.log.containers.ms](http://ci.var.log.containers.ms/)-23642-8-pr-gpu-milvus-standalone-6fc6b955b8-8pdxl_milvus-ci_standalone-6fc1ceb2a1a2a5bd64d852d5b2424d19641f7fd71b955db4adc98a9e0a19a266.log:2023-04-28T18:10:46.439885292+08:00...
Fixed and closed.
@XuanYang-cn The results using Pymilvus 2.2.6: ``` >>> collection.get_replicas() Replica groups: - Group: , , , , >>> ``` Should "shard_nodes:{414}" be shard_nodes:{'query node id': nodes number, ...} or {(query...
if call collection.flush() before, the result could not be searched, but still not report error, the result is empty.
Milvus: master-20230509-f6d3b4f7 Fixed. ``` >>> par[1].release() >>> res = collection.search(vectors[:nq], "float_vector", default_search_params, limit, "int64 >= 0", [par[1].name]) RPC error: [search], , Traceback (most recent call last): File "", line 1,...
/lgtm
Did not reproduce this issue: milvus: 2.2.0 pymilvus: 2.2.0 replica: 2 deploy: cluster, pulsar my steps are: 1. create collection 2. insert data 3. create index 4. load 5. search:...