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/10/10 06:33:08 UTC

[GitHub] [shardingsphere] natehuangting opened a new issue, #20234: xa does not guarantee transactionality

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

   ## Bug Report
   When the xa switch is turned on, two pieces of data are inserted into two datasources when inserting, but transactionality cannot be guaranteed.
   
   ### Which version of ShardingSphere did you use?
   master
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ![image](https://user-images.githubusercontent.com/26433395/185055919-1a920cb1-b51f-4b79-990b-59eaae6b27ab.png).
   


-- 
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] github-actions[bot] closed issue #20234: xa does not guarantee transactionality

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #20234: xa does not guarantee transactionality
URL: https://github.com/apache/shardingsphere/issues/20234


-- 
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] FlyingZC commented on issue #20234: xa does not guarantee transactionality

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

   You can start a XA transaction such as using `SET AUTOCOMMIT=0` or `BEGIN`,in other cases, the XA transaction will not be opened.


-- 
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] github-actions[bot] commented on issue #20234: xa does not guarantee transactionality

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #20234:
URL: https://github.com/apache/shardingsphere/issues/20234#issuecomment-1272348848

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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] FlyingZC commented on issue #20234: xa does not guarantee transactionality

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

   I want to investigate the issue @strongduanmu .


-- 
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] strongduanmu closed issue #20234: xa does not guarantee transactionality

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #20234: xa does not guarantee transactionality
URL: https://github.com/apache/shardingsphere/issues/20234


-- 
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] natehuangting commented on issue #20234: xa does not guarantee transactionality

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

   > You can start a XA transaction such as using `SET AUTOCOMMIT=0` or `BEGIN`,in other cases, the XA transaction will not be opened.
   
   @FlyingZC I think this can automatically open a transaction inside the Proxy, and submit.


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