File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
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/ )
You can’t perform that action at this time.
0 commit comments