Pace2Car opened a new issue, #25783: URL: https://github.com/apache/shardingsphere/issues/25783
Hi community, The dist variable `transaction_type` is used to dynamically change the distributed transaction type. But this variable now seems to be limiting. For example, the providers in XA include atomikos and narayana, and the provider cannot be specified when setting `transaction_type`. When the user changes `transaction_type` to XA, only the default atomikos can be created. And after #25674, modifying the transaction rule requires rebuilding the transaction manager, so the management of the transaction rule should be contracted to the DistSQL ALTER TRANSACTION RULE. In summary, I recommend removing dist variable `transaction_type`. -- 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]
