[skip ci] Add comment for errors in query node (#8417)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/8436/head
bigsheeper 2021-09-23 21:46:16 +08:00 committed by GitHub
parent 322f4ec80f
commit a6060e4481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import (
"fmt"
)
// error msg of unhealthy query node
func msgQueryNodeIsUnhealthy(nodeID UniqueID) string {
return fmt.Sprintf("query node %d is not ready", nodeID)
}