mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip e2e]Improve log (#13707)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user