mirror of https://github.com/milvus-io/milvus.git
Add load meta in hand off task. (#17179)
issue: #16842 Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/17192/head
parent
8a958e1ea3
commit
ffaead6ad9
|
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue