提交 b620b9c8 编写于 作者: joewee123's avatar joewee123

Fix the problem when method executeLocalTransaction return...

Fix the problem when method executeLocalTransaction return LocalTransactionState.COMMIT_MESSAGE but still executing checkLocalTransaction method
上级 37a642cc
......@@ -1153,7 +1153,7 @@ public class DefaultMQProducerImpl implements MQProducerInner {
localTransactionState = localTransactionExecuter.executeLocalTransactionBranch(msg, arg);
} else if (transactionListener != null) {
log.debug("Used new transaction API");
transactionListener.executeLocalTransaction(msg, arg);
localTransactionState = transactionListener.executeLocalTransaction(msg, arg);
}
if (null == localTransactionState) {
localTransactionState = LocalTransactionState.UNKNOW;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册