WJ66880 opened a new issue, #9488: URL: https://github.com/apache/rocketmq/issues/9488
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary In transaction message check task, update half and op queue offset should be in finally, or the half/op queue offset cannot push forward when exception happens. ### Motivation Exception may happens everywhere at any time. Finally is the safest pattern to push forward offset. ### Describe the Solution You'd Like Move the update half/op queue offset code to finally. ### Describe Alternatives You've Considered not any ### 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