Code Monkey home page Code Monkey logo

Comments (7)

kdabbir avatar kdabbir commented on June 21, 2024 1

thanks for your inputs.I'll see if i can spin up a new cluster and test this functionality out. What is weird is the standard operations were working

Object store is shared but I've specified a different root path. Need to check if there is something wrong with the config

from milvus.

kdabbir avatar kdabbir commented on June 21, 2024

Just to cross-check if there is an issue with milvus cluster, I ran hello_milvus.py which is returning the correct results and loading records correctly. Seems to be a bug with sparse vectors flow

Screenshot 2024-05-03 at 12 37 48 PM

from milvus.

yanliang567 avatar yanliang567 commented on June 21, 2024

/assign @liliu-z
/unassign

from milvus.

liliu-z avatar liliu-z commented on June 21, 2024

/assign @zhengbuqian

from milvus.

zhengbuqian avatar zhengbuqian commented on June 21, 2024

hi @kdabbir , can you try running the https://github.com/milvus-io/pymilvus/blob/master/examples/hello_sparse.py and the https://github.com/milvus-io/pymilvus/blob/master/examples/hello_hybrid_sparse_dense.py script and see if any error occurs?

I tried to reproduce the error by running your script against my milvus standalone and got no error. From query worker logs I see tons of I20240502 17:29:38.770249 128 Utils.cpp:825] [SERVER][LoadFieldDatasFromRemote][milvus] failed to load data from remote: Error in GetObjectSize[errcode:404, exception:, errmessage:No response body., params:params, bucket=perf2-uswest2-cdp1-dpc-milvus, object=milvus-storage/milvus2379test/insert_log/449477877573946718/449477877573946719/449477877574146799/0/449477877575149847], this could be related.

from milvus.

congqixia avatar congqixia commented on June 21, 2024

@kdabbir did your instance share the object storage with other milvus instance?

from milvus.

zhengbuqian avatar zhengbuqian commented on June 21, 2024

img_v3_02al_2232580e-8eb2-43f1-8308-8feadb6c544g

To supplement @congqixia , the error log basically indicates the segment object file is not found(code 404) in the s3 bucket, causing the load to fail.

from milvus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.