mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip e2e]Add comment for errIndexNodeIsUnhealthy (#15141)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
3bf34f6326
commit
4daf0fb6b5
@ -25,6 +25,7 @@ func msgIndexNodeIsUnhealthy(nodeID UniqueID) string {
|
||||
return fmt.Sprintf("index node %d is not ready", nodeID)
|
||||
}
|
||||
|
||||
// errIndexNodeIsUnhealthy return an error that specified IndexNode is not healthy.
|
||||
func errIndexNodeIsUnhealthy(nodeID UniqueID) error {
|
||||
return errors.New(msgIndexNodeIsUnhealthy(nodeID))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user