ymwneu opened a new issue, #9284: URL: https://github.com/apache/rocketmq/issues/9284
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment OS: Ubuntu ### RocketMQ version RocketMQ Broker/Namesvr version: 5.3.1 RocketMQ Client SDK version: 5.3.1 ### JDK Version openjdk version "1.8.0_432" ### Describe the Bug When pulling the message with an overflow of one, there may be an issue with not updating the behind information. ### Steps to Reproduce When pulling the maximum offset, the behind information may remain inaccurate. ### What Did You Expect to See? When pulling a message with an overflow of one, the behind information is updated to 0. ### What Did You See Instead? When pulling the maximum offset, the behind information may remain inaccurate. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org