mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for proxy Init (#9900)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9911/head
parent
c92706c75d
commit
7eab390927
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue