mirror of https://github.com/milvus-io/milvus.git
parent
a2a9f47575
commit
602b3747ee
|
@ -3390,6 +3390,7 @@ func (node *Proxy) checkHealthy() bool {
|
|||
return code == internalpb.StateCode_Healthy
|
||||
}
|
||||
|
||||
//unhealthyStatus returns the proxy not healthy status
|
||||
func unhealthyStatus() *commonpb.Status {
|
||||
return &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
|
|
Loading…
Reference in New Issue