Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

milvus_cli failed to connect milvus server #73

Open
SuperAspen opened this issue Mar 8, 2024 · 1 comment
Open

milvus_cli failed to connect milvus server #73

SuperAspen opened this issue Mar 8, 2024 · 1 comment

Comments

@SuperAspen
Copy link

I‘ve installed Milvus Standalone with Docker on Oracle Linux 8.9 successfully and the hello_milvus.py runs successfully as well.
pymilvus-2.3.6 is installed.
I installed milvus_cli-0.2.0b2.tar.gz. When execute connect command in milvus_cli, I got error like blow:


$ milvus_cli
milvus_cli > connect
free(): invalid pointer
Aborted (core dumped)

Seems this is a memory leak error, but I don't know why I got this error. Could you help to fix out how to resolve this issue?

And I also installed milvus-cli base on docker image [docker run -it zilliz/milvus_cli:latest], I got following error, kindly help on this. Thanks.

$ sudo docker run -it zilliz/milvus_cli:latest


| / () | ___ _ ___ / | | | |
| |/| | | \ \ / / | | / __| | | | | | |
| | | | | |\ V /| |
| _
\ | |
| |_ | |
|| |||| _/ _,|/ _|__||

Milvus cli version: 0.4.0
Pymilvus version: 2.3.0

Learn more: https://github.com/zilliztech/milvus_cli.

milvus_cli > connect -uri http://127.0.0.1:19530
Connect to Milvus error!<MilvusException: (code=2, message=Fail connecting to server on 127.0.0.1:19530. Timeout)>
milvus_cli >

@nameczz
Copy link

nameczz commented Mar 11, 2024

@SuperAspen Can you try to use your Milvus host ip like 172.16.20.xx:19530?
Like MILVUS_URL in attu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants