PeppaO commented on code in PR #7509:
URL: https://github.com/apache/incubator-seata/pull/7509#discussion_r2256429787


##########
rm-datasource/src/main/java/org/apache/seata/rm/datasource/xa/ConnectionProxyXA.java:
##########
@@ -239,6 +244,9 @@ public void commit() throws SQLException {
 
     @Override
     public void rollback() throws SQLException {
+        if (combine) {

Review Comment:
   There may be a situation where the connection is not reset and the process 
is automatically submitted. This has been resolved
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to