You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Deploy Milvus v2.4.10 standalone using Docker.
Install milvus-cli-1.0.0 and pymilvus-2.4.3 via pip3.
Successfully connect to the Milvus server for the first time.
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)>.
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.
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:
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.
The text was updated successfully, but these errors were encountered: