使用pymilvus时的线程问题 #40347
Unanswered
Joker15LSN
asked this question in
Q&A and General discussion
使用pymilvus时的线程问题
#40347
Replies: 1 comment
-
有可能跟最近发现的一个pymilvus bug相关: 当connections.connect()连接失败时,如果用try catch重试,每失败一次,就会多启动一个线程。在最近发布的pymilvus 2.4.15中修复:https://github.com/milvus-io/pymilvus/releases/tag/v2.4.15 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我在使用fastapi构建一个服务,其中使用到了pymilvus。
但是当我没有去调用服务时,仅仅是:from pymilvus import connections
就已经启动了将近70个线程,这正常吗?
如果不正常应该如何解决?
pymilvus 版本:2.4.4
Beta Was this translation helpful? Give feedback.
All reactions