mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for ReleaseCollection (#11445)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user