mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for msgQueryNodeIsUnhealthy (#12111)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/12116/head
parent
98b0f73c46
commit
d4254f876a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue