From 229a727b3a42316084c0663e7ba41d557f3ffd89 Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Mon, 20 Dec 2021 11:16:52 +0800 Subject: [PATCH] [skip e2e]Improve log (#13706) Signed-off-by: sunby Co-authored-by: sunby --- internal/datacoord/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/server.go b/internal/datacoord/server.go index 3fb64f889d..04a7840744 100644 --- a/internal/datacoord/server.go +++ b/internal/datacoord/server.go @@ -454,7 +454,7 @@ func (s *Server) startDataNodeTtLoop(ctx context.Context) { } msgPack := ttMsgStream.Consume() if msgPack == nil { - log.Debug("receive nil tt msg, shutdown tt channel") + log.Debug("receive nil timetick msg and shutdown timetick channel") return } for _, msg := range msgPack.Msgs {