mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip e2e]Add comment for msgIndexNodeIsUnhealthy (#15142)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
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
Block a user