Normalize dmInputNode seek log (#9714)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/9763/head
congqixia 2021-10-12 23:44:35 +08:00 committed by GitHub
parent e9d2d0b17b
commit d8f490082c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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