mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip e2e]Fix error log output format in mq_msgstream.go (#13808)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
46261278f0
commit
9f66b35d1f
@ -999,7 +999,7 @@ func (ms *MqTtMsgStream) Seek(msgPositions []*internalpb.MsgPosition) error {
|
|||||||
}
|
}
|
||||||
tsMsg, err := ms.unmarshal.Unmarshal(msg.Payload(), headerMsg.Base.MsgType)
|
tsMsg, err := ms.unmarshal.Unmarshal(msg.Payload(), headerMsg.Base.MsgType)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("Failed to unmarshal tsMsg, err %s", err.Error())
|
return fmt.Errorf("failed to unmarshal tsMsg, err %s", err.Error())
|
||||||
}
|
}
|
||||||
if tsMsg.Type() == commonpb.MsgType_TimeTick && tsMsg.BeginTs() >= mp.Timestamp {
|
if tsMsg.Type() == commonpb.MsgType_TimeTick && tsMsg.BeginTs() >= mp.Timestamp {
|
||||||
runLoop = false
|
runLoop = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user