未验证 提交 a7a6ff12 编写于 作者: G groot 提交者: GitHub

Remove unnecessary connection of indexcoord (#8874)

Signed-off-by: Nyhmo <yihua.mo@zilliz.com>
上级 e85cbea1
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册