mirror of https://github.com/milvus-io/milvus.git
Normalize dmInputNode seek log (#9714)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/9763/head
parent
e9d2d0b17b
commit
d8f490082c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue