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/11/01 08:26:38 UTC

[GitHub] [rocketmq] 2259289435 opened a new issue #1566: bug executeLocalTransaction fail

2259289435 opened a new issue #1566: bug executeLocalTransaction fail
URL: https://github.com/apache/rocketmq/issues/1566
 
 
   1. Please describe the issue you observed:
   method executeLocalTransaction always return commit, but still triggered method checkLocalTransaction 
   - What did you do (The steps to reproduce)?
   @Override
   	public LocalTransactionState executeLocalTransaction(Message msg, Object arg) {
   		return LocalTransactionState.COMMIT_MESSAGE;
   	}
   - What did you expect to see?
   do not trigger checkLocalTransaction
   - What did you see instead?
   
   2. Please tell us about your environment:
   4.5.2 default
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   

----------------------------------------------------------------
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