未验证 提交 ffaead6a 编写于 作者: B Bingyi Sun 提交者: GitHub

Add load meta in hand off task. (#17179)

issue: #16842
Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 8a958e1e
......@@ -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,
},
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册