From d8aa86ca0a79d1760e32cfbf0f85bc60422a3711 Mon Sep 17 00:00:00 2001 From: dragondriver Date: Mon, 8 Nov 2021 20:34:16 +0800 Subject: [PATCH] [skip ci] Add comment for ReleaseCollection (#11445) 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 a21a86309..48388c4cd 100644 --- a/internal/proxy/impl.go +++ b/internal/proxy/impl.go @@ -340,6 +340,7 @@ func (node *Proxy) LoadCollection(ctx context.Context, request *milvuspb.LoadCol return lct.result, nil } +// ReleaseCollection remove the loaded collection from query nodes. func (node *Proxy) ReleaseCollection(ctx context.Context, request *milvuspb.ReleaseCollectionRequest) (*commonpb.Status, error) { if !node.checkHealthy() { return unhealthyStatus(), nil -- GitLab