mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci] Add comment for InvalidateCollectionMetaCache (#11258)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
bb12c3d39e
commit
ad46968840
@ -80,6 +80,7 @@ func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringRe
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// InvalidateCollectionMetaCache invalidate the meta cache of specific collection.
|
||||||
func (node *Proxy) InvalidateCollectionMetaCache(ctx context.Context, request *proxypb.InvalidateCollMetaCacheRequest) (*commonpb.Status, error) {
|
func (node *Proxy) InvalidateCollectionMetaCache(ctx context.Context, request *proxypb.InvalidateCollMetaCacheRequest) (*commonpb.Status, error) {
|
||||||
log.Debug("InvalidateCollectionMetaCache",
|
log.Debug("InvalidateCollectionMetaCache",
|
||||||
zap.String("role", Params.RoleName),
|
zap.String("role", Params.RoleName),
|
||||||
|
Loading…
Reference in New Issue
Block a user