milvus: [Bug]:[v2.2.8] load Collection stuck at 50% , querynode error log:Assert \"not supported\" at /go/src/github.com/milvus-io/milvus/internal/core/src/storage/DataCodec.cpp:81

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:2.2.8
- Deployment mode(cluster):
- MQ type(pulsar):    
- SDK version(attu 2.2.5):
- OS(centos7 based k8s, run official docker images): 
- CPU/Memory: assign by helm charts
- GPU: none
- Others:

Current Behavior

i startup a cluster by helm, icreate a simple collection with 2 fields, id and vec(512 float). then i insert 100 sample data by attu, and create an index , i click load collection button ,then it happend.

image

Expected Behavior

data loaded, and i can execute an normal search

Steps To Reproduce

i startup a cluster by helm, icreate a simple collection with 2 fields, id and vec(512 float).
then i insert 100 sample data by attu, and create an index , i click load collection button ,then it happend.

Milvus Log

logs.tar.gz

Anything else?

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

@xige-16 @jiaoew1991 @yanliang567 @xiaofan-luan I think I found the cause. I changed ‘externalS3’ in the chart values. When I recovered it to ‘minIO inbounded’, it worked fine Maybe there are some problems with my S3 server, but it’s okay when I write and read files with the S3 SDK myself.