未验证 提交 b9375e62 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for LoadCollection (#11444)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 e53c7eb4
......@@ -289,6 +289,7 @@ func (node *Proxy) HasCollection(ctx context.Context, request *milvuspb.HasColle
return hct.result, nil
}
// LoadCollection load a collection into query nodes.
func (node *Proxy) LoadCollection(ctx context.Context, request *milvuspb.LoadCollectionRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册