jingshanglu commented on issue #18894: URL: https://github.com/apache/shardingsphere/issues/18894#issuecomment-1176114942
> Hi @jingshanglu , the root reason is Atomikos XA transaction started when it's not configured, starting 2 proxy instances and print exception just prove Atomikos XA transaction has been started. > > Is XA transaction must be started? And could it just start LOCAL transaction? (Looks defaultType is LOCAL in TransactionRuleConfiguration) The XA transaction is not necessary. Currently, the specific implementation of TM is loaded through SPI. If there is an implementation of xa, the TM will be initialized unless the specific implementation of xa is removed. Any suggestions? -- 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]
