From b122fda325c57e3a1cf38ac029ea79584b62ccf6 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Wed, 13 Oct 2021 11:02:34 +0800 Subject: [PATCH] [skip ci]Clarify the errors of DataCoord (#9771) Signed-off-by: zhenshan.cao --- internal/datacoord/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/errors.go b/internal/datacoord/errors.go index 49536b8fef..65ab212dc5 100644 --- a/internal/datacoord/errors.go +++ b/internal/datacoord/errors.go @@ -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")