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

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/9011/head
xige-16 2021-10-01 10:13:37 +08:00 committed by GitHub
parent 4b70da179e
commit 9f21ce6a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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