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

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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

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 {