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