[skip ci] Add comment for start proxy (#10031)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/10041/head
dragondriver 2021-10-16 22:06:57 +08:00 committed by GitHub
parent 65a1ae0210
commit 1211e286da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ func (node *Proxy) sendChannelsTimeTickLoop() {
}()
}
// Start starts a proxy node.
func (node *Proxy) Start() error {
err := InitMetaCache(node.rootCoord)
if err != nil {