From 9f21ce6a4573706811f759f4874899541d12b104 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 1 Oct 2021 10:13:37 +0800 Subject: [PATCH] [skip ci] Add comment for loadPartition (#8912) Signed-off-by: xige-16 --- internal/querycoord/impl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 2fe789910..aa898ab16 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -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 -- GitLab