mirror of https://github.com/milvus-io/milvus.git
Perform health check after release cluster segment (#19684)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/19692/head
parent
db3f4be49d
commit
68b9a2be23
|
@ -831,6 +831,7 @@ func (sc *ShardCluster) ReleaseSegments(ctx context.Context, req *querypb.Releas
|
|||
}
|
||||
}
|
||||
}
|
||||
sc.healthCheck()
|
||||
sc.mut.Unlock()
|
||||
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue