diff --git a/internal/querycoord/task.go b/internal/querycoord/task.go index e2c78138b8..217f3c53c4 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -1750,6 +1750,10 @@ func (ht *handoffTask) execute(ctx context.Context) error { Infos: []*querypb.SegmentLoadInfo{segmentLoadInfo}, Schema: collectionInfo.Schema, CollectionID: collectionID, + LoadMeta: &querypb.LoadMetaInfo{ + CollectionID: collectionID, + PartitionIDs: collectionInfo.PartitionIDs, + }, } } }