fengyiluo commented on issue #2694: URL: https://github.com/apache/rocketmq/issues/2694#issuecomment-786494197
when the method executeLocalTransaction return COMMIT, method checkLocalTransaction will be not executed. when the method executeLocalTransaction return UNKNOW, method checkLocalTransaction will be executed until the result is returned。 when the method executeLocalTransaction blocking, from the perspective of Broker, the status of this Half status message is unknown. Therefore, the Broker will periodically ask the sender to check the Half status message and report its final status. ---------------------------------------------------------------- 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]
