From 8248bd7d01a9aefa3d2c11dceced236b352619d7 Mon Sep 17 00:00:00 2001 From: guoxiangzhou Date: Mon, 20 Dec 2021 11:20:43 +0800 Subject: [PATCH] [skip e2e] Modify code comments according to naming conventions (#13709) Signed-off-by: guoxiangzhou --- 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 d7ccb904b7..9e5b73b542 100644 --- a/internal/datacoord/errors.go +++ b/internal/datacoord/errors.go @@ -24,7 +24,7 @@ import ( // errNilKvClient stands for a nil kv client is detected when initialized var errNilKvClient = errors.New("kv client not initialized") -// serverNotServingErrMsg used for Status Reason when datacoord is not healthy +// serverNotServingErrMsg used for Status Reason when DataCoord is not healthy const serverNotServingErrMsg = "DataCoord is not serving" // errors for VerifyResponse