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

[skip ci] Add comment for LoadPartitions (#11567)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 cfda5ecc
......@@ -730,6 +730,7 @@ func (node *Proxy) HasPartition(ctx context.Context, request *milvuspb.HasPartit
return hpt.result, nil
}
// LoadPartitions load specific partitions into query nodes.
func (node *Proxy) LoadPartitions(ctx context.Context, request *milvuspb.LoadPartitionsRequest) (*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.
先完成此消息的编辑!
想要评论请 注册