distributed real-time transaction commit protocol 分布式实时事务提交协议
But there is still an open question mentioned in the section "Introduction into the Two-Phase-Commit protocol". What to do, if "Phase 2" failed for a transaction branch?
但是“两阶段提交协议简介”小节中提到仍然存在一个问题,那就是如果第2阶段中一个事务分支发生故障,该怎么办呢?
As mentioned in section "Introduction into the Two-Phase-Commit protocol" an XA transaction contains two elements which define the transaction.
正如“两阶段提交协议简介”小节中提到的,XA事务包含定义该事务的两个元素。
In the first case, the TCS can use the two-phase commit protocol 10 to manage the transaction steps.
在第一种情况下,TCS可以使用两阶段提交协议10来管理事务步骤。
应用推荐