mirror of https://github.com/milvus-io/milvus.git
Remove unnecessary connection of indexcoord (#8874)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/9043/head
parent
e85cbea18d
commit
a7a6ff1236
|
@ -119,7 +119,7 @@ func NewClient(ctx context.Context, metaRoot string, etcdEndpoints []string) (*C
|
|||
// Init initializes IndexCoord's grpc client.
|
||||
func (c *Client) Init() error {
|
||||
Params.Init()
|
||||
return c.connect(retry.Attempts(20))
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *Client) connect(retryOptions ...retry.Option) error {
|
||||
|
|
Loading…
Reference in New Issue