未验证 提交 9d44ea03 编写于 作者: B Bingyi Sun 提交者: GitHub

[skip e2e]Improve log (#13704)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 a1967e6b
......@@ -429,9 +429,9 @@ func (s *Server) startDataNodeTtLoop(ctx context.Context) {
}
ttMsgStream.AsConsumerWithPosition([]string{Params.TimeTickChannelName},
Params.DataCoordSubscriptionName, mqclient.SubscriptionPositionLatest)
log.Debug("dataCoord create time tick channel consumer",
zap.String("timeTickChannelName", Params.TimeTickChannelName),
zap.String("subscriptionName", Params.DataCoordSubscriptionName))
log.Debug("DataCoord creates the timetick channel consumer",
zap.String("timeTickChannel", Params.TimeTickChannelName),
zap.String("subscription", Params.DataCoordSubscriptionName))
ttMsgStream.Start()
go func() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册