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

Connection Issue with Milvus Standalone v2.4.10 after Reconnecting #89

Open
HungryFour opened this issue Nov 25, 2024 · 0 comments
Open

Comments

@HungryFour
Copy link

I've deployed Milvus v2.4.10 standalone using Docker and installed milvus-cli-1.0.0 and pymilvus-2.4.3 via pip3. The first connection to the Milvus server was successful, but subsequent attempts to reconnect result in a connection error.

Reproduction Steps:

  1. Deploy Milvus v2.4.10 standalone using Docker.
  2. Install milvus-cli-1.0.0 and pymilvus-2.4.3 via pip3.
  3. Successfully connect to the Milvus server for the first time.
  4. After disconnecting, attempt to reconnect and encounter the following error: Connect to Milvus error!<MilvusException: (code=2, message=Fail connecting to server on 127.0.0.1:19530, illegal connection params or server unavailable)>.
  5. Uninstalling and reinstalling milvus-cli-1.0.0 temporarily resolves the issue.

Expected Behavior: The ability to reconnect to the Milvus server after disconnecting without encountering errors.
Actual Behavior: Encountering the aforementioned error upon attempting to reconnect.

Environment Information:
Operating System: Centos7.6
Milvus Version: v2.4.10
milvus-cli Version: 1.0.0
pymilvus Version: 2.4.3

I have tried reinstalling milvus-cli as a workaround, but I am seeking a more permanent solution.

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

1 participant