未验证 提交 229a727b 编写于 作者: B Bingyi Sun 提交者: GitHub

[skip e2e]Improve log (#13706)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 9e0219ec
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册