提交 a3bab0eb 编写于 作者: R rongtongjin

Fix(client):fix the issue that lite pull consumer lost messages in some scenario

	In jepsen test, consumer lost messages when using the lite pull consumer. This is due to the incorrect setting of consume offset. Delete the wrong code to make it correct.
上级 d71495a1
......@@ -676,7 +676,6 @@ public class DefaultLitePullConsumerImpl implements MQConsumerInner {
offset = 0;
}
}
assignedMessageQueue.updateConsumeOffset(messageQueue, offset);
}
return offset;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册