File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Zookeeper 提供了一种树形结构级的命名空间,/app1/p_1 节点的父
141
141
142
142
#### 2.2 单点问题
143
143
144
- 协调者在 2PC 中起到非常大的作用,发生故障将会造成很大影响。特别是在阶段二发生故障,所有参与者会一直等待状态 ,无法完成其它操作。
144
+ 协调者在 2PC 中起到非常大的作用,发生故障将会造成很大影响。特别是在阶段二发生故障,所有参与者会一直等待 ,无法完成其它操作。
145
145
146
146
#### 2.3 数据不一致
147
147
Original file line number Diff line number Diff line change 80
80
- 在并发的情况下,多个事务并行执行,事务不仅要满足原子性,还需要满足隔离性,才能满足一致性。
81
81
- 事务满足持久化是为了能应对数据库崩溃的情况。
82
82
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 >
84
84
85
85
## AUTOCOMMIT
86
86
Original file line number Diff line number Diff line change 102
102
103
103
# 五、安全性
104
104
105
- 要求系统的应对各种攻击手段时能够有可靠的应对措施 。
105
+ 要求系统在应对各种攻击手段时能够有可靠的应对措施 。
106
106
107
107
# 参考资料
108
108
You can’t perform that action at this time.
0 commit comments