mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add collectionID when checking collection load (#19322)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
1cd6e80c8a
commit
72346f31b0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user