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:
Bingyi Sun 2022-09-22 15:08:50 +08:00 committed by GitHub
parent 1cd6e80c8a
commit 72346f31b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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