The post on regarding 'QueryNode init vector storage failed' has been deleted. #42495
-
@LoveEachDay The post and account may have been banned due to the lengthy content of the reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@egerdy We’ve identified the environment variable that’s causing the issue:
This variable overrides the default
To resolve this, we recommend removing the service named |
Beta Was this translation helpful? Give feedback.
@egerdy We’ve identified the environment variable that’s causing the issue:
This variable overrides the default
minio.port
setting. During initialization, the system concatenates the host and port values — in this case, resulting in an invalid endpoint format. This leads to the error:To resolve this, we recommend removing the service named
minio
from the same namespace, as it may be unintentionally injecting this environment variable into the Milvus pods.