mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Improve log (#13707)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/13696/head
parent
229a727b3a
commit
7ee0a2bf9f
|
@ -424,7 +424,7 @@ func (s *Server) startServerLoop() {
|
|||
func (s *Server) startDataNodeTtLoop(ctx context.Context) {
|
||||
ttMsgStream, err := s.msFactory.NewMsgStream(ctx)
|
||||
if err != nil {
|
||||
log.Error("new msg stream failed", zap.Error(err))
|
||||
log.Error("DataCoord failed to create timetick channel", zap.Error(err))
|
||||
return
|
||||
}
|
||||
ttMsgStream.AsConsumerWithPosition([]string{Params.TimeTickChannelName},
|
||||
|
|
Loading…
Reference in New Issue