[skip e2e]Improve log (#13707)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/13696/head
Bingyi Sun 2021-12-20 11:18:49 +08:00 committed by GitHub
parent 229a727b3a
commit 7ee0a2bf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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},