未验证 提交 9f21ce6a 编写于 作者: X xige-16 提交者: GitHub

[skip ci] Add comment for loadPartition (#8912)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 4b70da17
......@@ -278,6 +278,7 @@ func (qc *QueryCoord) ShowPartitions(ctx context.Context, req *querypb.ShowParti
}, nil
}
// LoadPartition loads all the sealed segments of this partition to queryNodes, and assigns watchDmChannelRequest to queryNodes
func (qc *QueryCoord) LoadPartitions(ctx context.Context, req *querypb.LoadPartitionsRequest) (*commonpb.Status, error) {
collectionID := req.CollectionID
partitionIDs := req.PartitionIDs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册