mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log (#13706)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13696/head
parent
9e0219ec3f
commit
229a727b3a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue