StatusCode.UNAVAILABLE, internal: Milvus Proxy is not ready yet #20430
Replies: 2 comments 2 replies
-
|
Please try to open an issue in github issues with logs. |
Beta Was this translation helpful? Give feedback.
-
|
Facing a similar issue. If I change the values of the Minio access/secret keys and provide the same values to the Milvus container with the MINIO_ACCESS_KEY/MINIO_SECRET_KEY env vars, these variables don't override the values Milvus is trying to access Minio with. Either the documentation is wrong or the environment variables aren't being picked up by the Milvus container? Note: Minio now expects the env vars on the Minio container to be called MINIO_ROOT_USER/MINIO_ROOT_PASSWORD, rather than MINIO_ACCESS_KEY/MINIO_SECRET_KEY. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Milvus was working fine for a while and I wanted to insert data. When I released the collection, milvus crashed with the error "StatusCode.UNAVAILABLE, internal: Milvus Proxy is not ready yet". I recreated the docker image several times and even tried to reinstall docker but the error persists . The error is visble in Attu.
Details:
Milvus: 2.1.4
ETCD: 3.5.0
minio: RELEASE.2022-03-17T06-34-49Z
The docker compose file has been taken from: https://github.com/milvus-io/milvus/releases/download/v2.1.4/milvus-standalone-docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions