[skip e2e]Add comment for msgIndexCoordIsUnhealthy (#15146)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/15177/head
cai.zhang 2022-01-12 11:15:36 +08:00 committed by GitHub
parent 745d5f5a8a
commit 3254d36609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}