redlsz opened a new issue, #8316:
URL: https://github.com/apache/rocketmq/issues/8316

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   unreleated
   
   ### RocketMQ version
   
   5.x
   
   ### JDK Version
   
   1.8
   
   ### Describe the Bug
   
   <img width="1775" alt="image" 
src="https://github.com/apache/rocketmq/assets/103550934/e3c684c0-99ff-4c16-9079-970ec64da0bd";>
   
   In transaction message scenario, the first time execution result was UNKNOW. 
We expected to receive broker's check request later, but did not.
   
   ### Steps to Reproduce
   
   1. Startup server in proxy cluster mode
   2. Startup a remoting TransactionProducer
   3. Sleep 5 seconds before sending one transaction message, and return UNKNOW 
in TransactionListener#executeLocalTransaction
   4. Keep TransactionProducer running and don't send more messages
   5. Observe whether TransactionListener#checkLocalTransaction will be called
   
   ### What Did You Expect to See?
   
   TransactionListener#checkLocalTransaction will be called
   
   ### What Did You See Instead?
   
   TransactionListener#checkLocalTransaction has not been called
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to