mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for InvalidateCollectionMetaCache (#11258)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11211/head
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