[skip ci] Add comment for releaseCollection (#8913)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/9011/head
xige-16 2021-10-01 10:03:52 +08:00 committed by GitHub
parent a5a85f75bd
commit 4b70da179e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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