diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 7b8ed60123..00d33de43e 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -284,7 +284,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 +// LoadPartitions 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