milvus-sdk-java icon indicating copy to clipboard operation
milvus-sdk-java copied to clipboard

some partitions [aaaa] of collection vvvv has been loaded into QueryNode, please release partitions firstly[LoadParameterMismatched]

Open zihao2981 opened this issue 2 years ago • 1 comments

load的提示这个问题,但是也查不到LoadParameterMismatched

zihao2981 avatar Oct 25 '23 10:10 zihao2981

I didn't find this error message in milvus source code and java sdk source code. Which version of your milvus and sdk?

The message says some partitions of the collection have been loaded, not allow to call load_collection() at this moment. You should use release_partition() to release the partitions firstly and then load_collection().

yhmo avatar Nov 02 '23 09:11 yhmo