Skip to content

Commit 789406c

Browse files
committed
增加分布式内容
1 parent b157670 commit 789406c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

分布式.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- ### 分布式系统的经典基础理论
2+
3+
[分布式系统的经典基础理论](https://blog.csdn.net/qq_34337272)
4+
- ### 分布式事务
5+
[聊聊分布式事务,再说说解决方案](http://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html)
6+
- ### 分布式系统一致性
7+
[分布式服务化系统一致性的“最佳实干”](https://www.jianshu.com/p/1156151e20c8)
8+
9+
- ### 一致性协议/算法
10+
早在1898年就诞生了著名的 **Paxos经典算法****Zookeeper就采用了Paxos算法的近亲兄弟Zab算法**),但由于Paxos算法非常难以理解、实现、排错。所以不断有人尝试简化这一算法,直到2013年才有了重大突破:斯坦福的Diego Ongaro、John Ousterhout以易懂性为目标设计了新的一致性算法—— **Raft算法** ,并发布了对应的论文《In Search of an Understandable Consensus Algorithm》,到现在有十多种语言实现的Raft算法框架,较为出名的有以Go语言实现的Etcd,它的功能类似于Zookeeper,但采用了更为主流的Rest接口。
11+
* [图解 Paxos 一致性协议](http://blog.xiaohansong.com/2016/09/30/Paxos/)
12+
* [图解分布式协议-RAFT](http://ifeve.com/raft/)
13+
* [Zookeeper ZAB 协议分析](http://blog.xiaohansong.com/2016/08/25/zab/)

0 commit comments

Comments
 (0)