[skip ci]Clarify the errors of DataCoord (#9771)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-13 11:02:34 +08:00 committed by GitHub
parent ca5e3e8644
commit b122fda325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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