From ad469688409ae26f2d6de2391ca27d405a67a66b Mon Sep 17 00:00:00 2001 From: dragondriver Date: Thu, 4 Nov 2021 19:08:30 +0800 Subject: [PATCH] [skip ci] Add comment for InvalidateCollectionMetaCache (#11258) Signed-off-by: dragondriver --- internal/proxy/impl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proxy/impl.go b/internal/proxy/impl.go index 986cf16e1..aed035ead 100644 --- a/internal/proxy/impl.go +++ b/internal/proxy/impl.go @@ -80,6 +80,7 @@ func (node *Proxy) GetStatisticsChannel(ctx context.Context) (*milvuspb.StringRe }, nil } +// InvalidateCollectionMetaCache invalidate the meta cache of specific collection. func (node *Proxy) InvalidateCollectionMetaCache(ctx context.Context, request *proxypb.InvalidateCollMetaCacheRequest) (*commonpb.Status, error) { log.Debug("InvalidateCollectionMetaCache", zap.String("role", Params.RoleName), -- GitLab