mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for msgIndexNodeIsUnhealthy (#15142)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/15142/merge
parent
4daf0fb6b5
commit
89c9073ab3
|
@ -21,6 +21,7 @@ import (
|
|||
"fmt"
|
||||
)
|
||||
|
||||
// msgIndexNodeIsUnhealthy return a message tha IndexNode is not healthy.
|
||||
func msgIndexNodeIsUnhealthy(nodeID UniqueID) string {
|
||||
return fmt.Sprintf("index node %d is not ready", nodeID)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue