mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Clarify the errors of DataCoord (#9771)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
ca5e3e8644
commit
b122fda325
@ -20,7 +20,7 @@ import (
|
||||
var errNilKvClient = errors.New("kv client not initialized")
|
||||
|
||||
// serverNotServingErrMsg used for Status Reason when datacoord is not healthy
|
||||
const serverNotServingErrMsg = "server is not serving"
|
||||
const serverNotServingErrMsg = "DataCoord is not serving"
|
||||
|
||||
// errors for VerifyResponse
|
||||
var errNilResponse = errors.New("response is nil")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user