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 2018/09/23 13:44:14 UTC

[GitHub] viktorzhong opened a new issue #474: Transaction message delayed

viktorzhong opened a new issue #474: Transaction message delayed
URL: https://github.com/apache/rocketmq/issues/474
 
 
   I'm trying the transaction example on the website, the executeLocalTransaction method returns COMMIT_MESSAGE every time. 
   ```java
   @Override
       public LocalTransactionState executeLocalTransaction(Message msg, Object arg) {
           return LocalTransactionState.COMMIT_MESSAGE;
       }
   ```
   The issue is the messages are delayed about 30s(on broker), I'm using 4.3.1 and 2m2s.
   Is there any tip about this? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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