Skip to content

Commit

Permalink
polished Idempotent Operations in two phase commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Jun 6, 2022
1 parent d63bb4d commit 96835e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/two-phase-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ class TransactionalKVStore…

### 幂等操作

协调者可能重试准备、提交或回滚请求。所以这些操作必须是[幂等](idempotent-receiver.md)
在网络失效的情况下,协调者可能会对预备、提交或终止的调用进行重试。因此,这些操作需要是[幂等的](idempotent-receiver.md)。

### 示例场景

Expand Down

0 comments on commit 96835e8

Please sign in to comment.