Giter Site home page Giter Site logo

Comments (17)

zhagnlu avatar zhagnlu commented on June 23, 2024 4

@alexanderguzhva @zhagnlu how is the fix going on?

#32464 fixed it, devops are updating new image, wait for newest image

from milvus.

stephen37 avatar stephen37 commented on June 23, 2024 2

How do I install a previous version of milvis standalone with helm in the meanwhile

If you were using Helm already before, you can rollback with helm rollback <name>

If you hadn't, then you can specify the version by modifying the manifest.

  1. helm show values milvus/milvus > milvus_helm.yaml
  2. Open milvus_helm.yaml with your usual editor
  3. In the image section, replace the tag with v2.4.0 with another one, for example v2.3.14
image:
  all:
    repository: milvusdb/milvus
    tag: v2.3.14
  1. Upgrade your Milvus installation with helm upgrade --install --values milvus_helm.yaml <name> milvus/milvus

from milvus.

liliu-z avatar liliu-z commented on June 23, 2024 1

Hi, the image is updated. Plz feel free to take a try

from milvus.

alexanderguzhva avatar alexanderguzhva commented on June 23, 2024

/assign alexanderguzhva

from milvus.

alexanderguzhva avatar alexanderguzhva commented on June 23, 2024

I see this behavior with a milvusdb/milvus:v2.4.0 docker container.
And I don't see such an error if I compile milvus on my own on AMD64 machine (GCC 11.4 compiler).

from milvus.

alexanderguzhva avatar alexanderguzhva commented on June 23, 2024

I can reproduce the problem if milvus gets compiled inside a fresh Ubuntu 20.04 for arm64 using the default gcc (9.4.0)

from milvus.

alexanderguzhva avatar alexanderguzhva commented on June 23, 2024

#32464
#32463

from milvus.

BadMask121 avatar BadMask121 commented on June 23, 2024

Currently facing the same issue, and also previous version of milvus standalone docker version v2.3.0 that was working for me stopped working

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 23, 2024

/assign @alexanderguzhva

from milvus.

stephen37 avatar stephen37 commented on June 23, 2024

Got the same error when upgrading with helm on my K8s cluster, it was working for 2.3.x and stopped working for 2.4.x.

from milvus.

shivabohemian avatar shivabohemian commented on June 23, 2024

So, do we need to re-release the Docker image for version 2.4.0, or should we address the issue in the next version's image?

from milvus.

JAlexMcGraw avatar JAlexMcGraw commented on June 23, 2024

+1 facing this issue. Cannot build milvus-standalone from the docker compose quickstart docs

from milvus.

xiaofan-luan avatar xiaofan-luan commented on June 23, 2024

@alexanderguzhva @zhagnlu
how is the fix going on?

from milvus.

Sayanc2000 avatar Sayanc2000 commented on June 23, 2024

How do I install a previous version of milvis standalone with helm in the meanwhile

from milvus.

bharti26 avatar bharti26 commented on June 23, 2024

I'm facing same issue but getting to previous version worked.
image: milvusdb/milvus:v2.3.0
change milvus version in docker-compose.yml file

from milvus.

weiyi88 avatar weiyi88 commented on June 23, 2024

i have same problem on this , by use docker or docker-compose

from milvus.

shivabohemian avatar shivabohemian commented on June 23, 2024

I did a simple test, the problem has been fixed, thanks to the team's work.

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.