未验证 提交 d8f49008 编写于 作者: C congqixia 提交者: GitHub

Normalize dmInputNode seek log (#9714)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 e9d2d0b1
......@@ -46,7 +46,7 @@ func newDmInputNode(ctx context.Context, factory msgstream.Factory, collID Uniqu
if seekPos != nil {
seekPos.ChannelName = pchannelName
log.Debug("datanode Seek: " + seekPos.GetChannelName())
log.Debug("datanode Seek", zap.String("channelName", seekPos.GetChannelName()))
err = insertStream.Seek([]*internalpb.MsgPosition{seekPos})
if err != nil {
return nil, err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册