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

Add collectionID when checking collection load (#19322)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 1cd6e80c
......@@ -212,6 +212,7 @@ func (m *MetaCache) GetCollectionInfo(ctx context.Context, collectionName string
MsgType: commonpb.MsgType_ShowCollections,
SourceID: Params.ProxyCfg.GetNodeID(),
},
CollectionIDs: []int64{collInfo.collID},
})
if err != nil {
return nil, err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册