From 4b70da179ea40bc7c82755e144beaf429b15a289 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 1 Oct 2021 10:03:52 +0800 Subject: [PATCH] [skip ci] Add comment for releaseCollection (#8913) Signed-off-by: xige-16 --- internal/querycoord/impl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 50b0f10c4a..2fe789910e 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -166,6 +166,7 @@ func (qc *QueryCoord) LoadCollection(ctx context.Context, req *querypb.LoadColle return status, nil } +// ReleaseCollection clears all data related to this collecion on the querynode func (qc *QueryCoord) ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error) { //dbID := req.DbID collectionID := req.CollectionID