mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for loadPartition (#8912)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9011/head
parent
4b70da179e
commit
9f21ce6a45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue