Skip to content

Commit 6b17472

Browse files
author
Filip Haltmayer
committed
Reuse GRPC channel for same connections
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
1 parent bdfcd7b commit 6b17472

File tree

4 files changed

+296
-189
lines changed

4 files changed

+296
-189
lines changed

Diff for: pymilvus/exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class ExceptionsMessage:
137137
HostType = "Type of 'host' must be str."
138138
PortType = "Type of 'port' must be str or int."
139139
ConnDiffConf = "Alias of %r already creating connections, but the configure is not the same as passed in."
140+
AliasUsed = "Alias %r already exists, please remove first."
140141
AliasType = "Alias should be string, but %r is given."
141142
ConnLackConf = "You need to pass in the configuration of the connection named %r ."
142143
ConnectFirst = "should create connect first."

0 commit comments

Comments
 (0)