mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
parent
01dac73080
commit
5cdc1af1af
@ -78,8 +78,9 @@ func (node *ProxyNode) InvalidateCollectionMetaCache(ctx context.Context, reques
|
||||
zap.String("collection", request.CollectionName))
|
||||
|
||||
collectionName := request.CollectionName
|
||||
globalMetaCache.RemoveCollection(ctx, collectionName) // no need to return error, though collection may be not cached
|
||||
|
||||
if globalMetaCache != nil {
|
||||
globalMetaCache.RemoveCollection(ctx, collectionName) // no need to return error, though collection may be not cached
|
||||
}
|
||||
log.Debug("InvalidateCollectionMetaCache Done",
|
||||
zap.String("role", Params.RoleName),
|
||||
zap.String("db", request.DbName),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user