[skip ci] Add comment for msgQueryNodeIsUnhealthy (#12111)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/12116/head
bigsheeper 2021-11-18 21:45:12 +08:00 committed by GitHub
parent 98b0f73c46
commit d4254f876a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
"fmt"
)
// error msg of unhealthy query node
// msgQueryNodeIsUnhealthy is the error msg of unhealthy query node
func msgQueryNodeIsUnhealthy(nodeID UniqueID) string {
return fmt.Sprintf("query node %d is not ready", nodeID)
}