roodkcab commented on code in PR #14130: URL: https://github.com/apache/shardingsphere/pull/14130#discussion_r910661814
########## docs/document/content/features/transaction/use-norms/xa.en.md: ########## @@ -13,3 +13,101 @@ weight = 2 ## Unsupported * Recover committing and rolling back in other machines after the service is down. + +## XA Transaction managed by XA Statement Review Comment: > What is the different with original XA? If same, why it appear here? both of them are distribution transaction. however `XA` could do it automatically by using `begin`, `commit`/`rollback` while `MANUALXA` is controlled by user themself, i.e. triggered by `XA` statements. -- 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]
