1cming opened a new issue #1277: Did you pushed a SNAPSHOT version to the 
Release branch of 4.3.1 ? 
URL: https://github.com/apache/rocketmq/issues/1277
 
 
   - What did you do (The steps to reproduce)?
   
      **debug the source code of version 4.3.1 from 
https://github.com/apache/rocketmq/tree/release-4.3.1**
        
   When I run test 
**org.apache.rocketmq.client.producer.TransactionMQProducer**,I can't get a 
expect **LocalTransactionState** ,see  
    
   
![image](https://user-images.githubusercontent.com/11382260/59836482-29535400-937e-11e9-8684-4a47cc9ac7b0.png)
   
   - What did you expect to see?
      
     1. the real release-4.3.1 instead of 4.4.0-SNAPSHOT
     2. **transactionListener.executeLocalTransaction(msg, arg);** 
         should be  
         **localTransactionState = 
transactionListener.executeLocalTransaction(msg, arg);**
   
    
   
   - What did you see instead?
   
      4.4.0-SNAPSHOT
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to