xiaoxiangyeyu0 commented on issue #7975: URL: https://github.com/apache/incubator-seata/issues/7975#issuecomment-3889984049
There is indeed a problem here, because after RM reports a failure, TM still submits the global transaction TC. We plan to add attributes to GlobalTransactional. When TM submits a global transaction, TC will determine whether all RMs are successful based on the added attributes before finally submitting the transaction. I will create a PR to fix this problem 这里确实有问题,因为RM上报失败后,TM提交全局事务TC依然会提交,这里打算在GlobalTransactional增加属性,TM提交全局事务时,TC根据增加的属性来判断是否所有RM都成功才最终提交事务,我会创建PR来修复这个问题 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
