Skip to content

Commit

Permalink
客户 -> 客户端
Browse files Browse the repository at this point in the history
  • Loading branch information
FangYuan33 authored Mar 21, 2023
1 parent ddf3285 commit 3b5a0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- 网络中断可能会意外切断数据库与应用的连接,或数据库之间的连接。
- 多个客户端可能会同时写入数据库,覆盖彼此的更改。
- 客户端可能读取到无意义的数据,因为数据只更新了一部分。
- 客户之间的竞争条件可能导致令人惊讶的错误
- 客户端之间的竞争条件可能导致令人惊讶的错误

为了实现可靠性,系统必须处理这些故障,确保它们不会导致整个系统的灾难性故障。但是实现容错机制工作量巨大。需要仔细考虑所有可能出错的事情,并进行大量的测试,以确保解决方案真正管用。

Expand Down

0 comments on commit 3b5a0c2

Please sign in to comment.