diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 2fe789910ef96ed550945e3e13591ef77d273702..aa898ab1641a7a1269f1f8cb2a87c053b2a4dfae 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