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 2021/10/22 11:43:57 UTC

[GitHub] [shardingsphere] roodkcab commented on pull request #13187: support XA transaction for proxy #12771

roodkcab commented on pull request #13187:
URL: https://github.com/apache/shardingsphere/pull/13187#issuecomment-949553037


   > @roodkcab It looks like `MySQLXARecoverStatement` has not been handled. This could cause non-consistent data when the transaction manager is doing the crash recovery. Also you skip the `XAEnd` and `XAPrepare`, and I think this could not be compatiable with XA protocol.
   
   End and Prepare is handled by ShardingSphereTransactionManager(Atomikos), which should be skipped here. For broadcasting sqls to backend database, I think it's better to implement jdbc and proxy in the same way.


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