mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for msgIndexCoordIsUnhealthy (#15146)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/15177/head
parent
745d5f5a8a
commit
3254d36609
|
@ -26,6 +26,7 @@ func errIndexNodeIsNotOnService(id UniqueID) error {
|
|||
return fmt.Errorf("index node %d is not on service", id)
|
||||
}
|
||||
|
||||
// msgIndexCoordIsUnhealthy return an error that the IndexCoord is not healthy.
|
||||
func msgIndexCoordIsUnhealthy(coordID UniqueID) string {
|
||||
return fmt.Sprintf("IndexCoord %d is not ready", coordID)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue