You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/27 06:54:08 UTC

[GitHub] [shardingsphere] newchendb opened a new issue, #17139: Distributed transaction cannot be rolled back normally

newchendb opened a new issue, #17139:
URL: https://github.com/apache/shardingsphere/issues/17139

   Shardingsphere-JDBC version is 5.1.1 
   Seata version is 1.4.2 
   Here is a simple demo. Can you help me see why distributed transactions are invalid? Is the configuration missing or wrong?
   
   https://github.com/newchendb/shardingjdbc-seata-test
   
   The order application requests the commodity application. When the order application actively reports an error, the commodity application does not trigger transaction rollback or report any error.
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] jingshanglu commented on issue #17139: Distributed transaction cannot be rolled back normally

Posted by GitBox <gi...@apache.org>.
jingshanglu commented on issue #17139:
URL: https://github.com/apache/shardingsphere/issues/17139#issuecomment-1110797330

   `@ShardingSphereTransactionType(TransactionType.BASE)` only guarantees the transaction semantics of the connection obtained
    through `shardingsphere`. If you want to realize cross service transaction semantics, you may need to understand the usage of `@Globaltransaction`


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] newchendb closed issue #17139: Distributed transaction cannot be rolled back normally

Posted by GitBox <gi...@apache.org>.
newchendb closed issue #17139: Distributed transaction cannot be rolled back normally
URL: https://github.com/apache/shardingsphere/issues/17139


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org