mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ReleaseCollection (#11445)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11459/head
parent
b9375e62f9
commit
d8aa86ca0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue