-
Notifications
You must be signed in to change notification settings - Fork 350
avoid collision on aliases in MilvusClient _create_connection #2716
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
base: master
Are you sure you want to change the base?
Conversation
Welcome @jperez999! It looks like this is your first PR to milvus-io/pymilvus 🎉 |
@liliu-z and @alexanderguzhva can we get eyes on this please? It's important to the work we're doing. |
@liliu-z says "looks good to me" |
/assign @longjiquan |
/assign @XuanYang-cn |
@jperez999 Please sign off this PR to pass the DCO check. ref:https://github.com/milvus-io/pymilvus/pull/2716/checks?check_run_id=39724390359 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jperez999 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: milvus-io/milvus#40836 Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com> Signed-off-by: Julio Perez <jperez@nvidia.com>
Signed-off-by: Julio Perez <jperez@nvidia.com>
@XuanYang-cn I have made the changes and the PR is now passing DCO |
@jperez999 THX for sign off this PR. Please fix the code checker with the following codes.
|
This PR handles the #2715
It ensures that only one alias is used when calling connections.connect within the milvus client. This will allow users to create milvus connections to multiple milvus instances in the same context without worrying about collisions on aliases.