[skip ci]Add notes to impl (#13176)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13198/head
jingkl 2021-12-10 21:10:42 +08:00 committed by GitHub
parent a2a9f47575
commit 602b3747ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,