Code Monkey home page Code Monkey logo

Comments (9)

SimFG avatar SimFG commented on September 27, 2024

@TonyAnn How did you deploy milvus? According to the log of index node, it seems that some permissions are missing.
image

from milvus.

TonyAnn avatar TonyAnn commented on September 27, 2024

@SimFG hi sim, milvus cluster deployed via helm in kubernetes

from milvus.

SimFG avatar SimFG commented on September 27, 2024

You also need to confirm whether the etcd service is normal, because etcd also has failed operations during the indexnode startup process.
image

from milvus.

TonyAnn avatar TonyAnn commented on September 27, 2024

@SimFG By checking the log and command line, etcd is fine.
etcdctl --endpoints=http://10.96.1.142:2379 endpoint health
http://10.96.1.142:2379 is healthy: successfully committed proposal: took = 2.873091ms

from milvus.

SimFG avatar SimFG commented on September 27, 2024

@TonyAnn You can try to redeploy milvus. According to the log, there should be a problem with the index node startup that caused the entire milvus to fail to start.

from milvus.

SimFG avatar SimFG commented on September 27, 2024

@TonyAnn What version of milvus did you use?

from milvus.

TonyAnn avatar TonyAnn commented on September 27, 2024

@TonyAnn What version of milvus did you use?

@SimFG version is 2.2.14

from milvus.

SimFG avatar SimFG commented on September 27, 2024

You can try the latest milvus version. I checked the logs and the core reason is not because of permissions. If you want to solve the permission warn, you can try to add the following configuration in the deployment:

 securityContext:
   capabilities:
     add: ["SYS_NICE"]

It seems to be mainly abnormal in connecting to etcd. I recommend trying the latest version, because we rarely maintain 2.2.x now. The latest version of milvus is 2.4.3

from milvus.

yanliang567 avatar yanliang567 commented on September 27, 2024

please use v2.4.4
/assign @TonyAnn

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.