mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ReleasePartitions (#11676)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11555/head
parent
3dfa706887
commit
45f667a92e
|
@ -789,6 +789,7 @@ func (node *Proxy) LoadPartitions(ctx context.Context, request *milvuspb.LoadPar
|
|||
return lpt.result, nil
|
||||
}
|
||||
|
||||
// ReleasePartitions release specific partitions from query nodes.
|
||||
func (node *Proxy) ReleasePartitions(ctx context.Context, request *milvuspb.ReleasePartitionsRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
|
Loading…
Reference in New Issue