From 5864e5ea476ef0505efe24a420e8eed487ce9ef2 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Thu, 16 Dec 2021 22:39:15 +0800 Subject: [PATCH] [skip ci] Fix golint for querycoord init (#13549) Signed-off-by: xige-16 --- internal/querycoord/query_coord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/querycoord/query_coord.go b/internal/querycoord/query_coord.go index 4bae274739..7bd529689c 100644 --- a/internal/querycoord/query_coord.go +++ b/internal/querycoord/query_coord.go @@ -138,7 +138,7 @@ func (qc *QueryCoord) Init() error { initError = err return } - log.Debug("query coordinator try to connect etcd") + log.Debug("QueryCoord try to connect etcd") initError = retry.Do(qc.loopCtx, connectEtcdFn, retry.Attempts(300)) if initError != nil { log.Debug("query coordinator try to connect etcd failed", zap.Error(initError))