[skip ci] Add comment for proxy Init (#9900)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/9911/head
dragondriver 2021-10-14 19:14:35 +08:00 committed by GitHub
parent c92706c75d
commit 7eab390927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ func (node *Proxy) Register() error {
return nil
}
// Init initialize proxy.
func (node *Proxy) Init() error {
// wait for datacoord state changed to Healthy
if node.dataCoord != nil {