mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e]Improve log (#13706)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
9e0219ec3f
commit
229a727b3a
@ -454,7 +454,7 @@ func (s *Server) startDataNodeTtLoop(ctx context.Context) {
|
|||||||
}
|
}
|
||||||
msgPack := ttMsgStream.Consume()
|
msgPack := ttMsgStream.Consume()
|
||||||
if msgPack == nil {
|
if msgPack == nil {
|
||||||
log.Debug("receive nil tt msg, shutdown tt channel")
|
log.Debug("receive nil timetick msg and shutdown timetick channel")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
for _, msg := range msgPack.Msgs {
|
for _, msg := range msgPack.Msgs {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user