mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for errors in query node (#8417)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8436/head
parent
322f4ec80f
commit
a6060e4481
|
@ -16,6 +16,7 @@ import (
|
|||
"fmt"
|
||||
)
|
||||
|
||||
// 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