You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/10/12 07:54:10 UTC

[GitHub] [rocketmq] areyouok opened a new pull request #1522: Optimise transaction check performance

areyouok opened a new pull request #1522: Optimise transaction check performance
URL: https://github.com/apache/rocketmq/pull/1522
 
 
   Fix problem that processed opOffset not add to doneOpOffset.
   
   
   The problem:
   the code in TransactionalMessageServiceImpl does not add opOffset to doneOpOffset list, so the op offset can't update until next run.
   ```java
                       if (removeMap.containsKey(i)) {
                           log.info("Half offset {} has been committed/rolled back", i);
                           removeMap.remove(i);
                       } else {
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services