Skip to content

Commit fa0b976

Browse files
committed
auto commit
1 parent be12581 commit fa0b976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notes/分布式.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Zookeeper 提供了一种树形结构级的命名空间,/app1/p_1 节点的父
141141

142142
#### 2.2 单点问题
143143

144-
协调者在 2PC 中起到非常大的作用,发生故障将会造成很大影响。特别是在阶段二发生故障,所有参与者会一直等待状态,无法完成其它操作。
144+
协调者在 2PC 中起到非常大的作用,发生故障将会造成很大影响。特别是在阶段二发生故障,所有参与者会一直等待,无法完成其它操作。
145145

146146
#### 2.3 数据不一致
147147

notes/数据库系统原理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
- 在并发的情况下,多个事务并行执行,事务不仅要满足原子性,还需要满足隔离性,才能满足一致性。
8181
- 事务满足持久化是为了能应对数据库崩溃的情况。
8282

83-
<div align="center"> <img src="../pics//6675d713-8b59-4067-ad16-fdd538d4bb43.png" width="450"/> </div><br>
83+
<div align="center"> <img src="../pics//6675d713-8b59-4067-ad16-fdd538d4bb43.png" width="500"/> </div><br>
8484

8585
## AUTOCOMMIT
8686

notes/系统设计基础.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
# 五、安全性
104104

105-
要求系统的应对各种攻击手段时能够有可靠的应对措施
105+
要求系统在应对各种攻击手段时能够有可靠的应对措施
106106

107107
# 参考资料
108108

0 commit comments

Comments
 (0)