mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for releaseCollection (#8913)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9011/head
parent
a5a85f75bd
commit
4b70da179e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue