Skip to content

Commit eee7a3b

Browse files
committed
[docs]:add reference
1 parent b480a34 commit eee7a3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/distributed-system/理论&算法/raft算法.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,9 @@ raft的要求之一就是安全性不依赖于时间:系统不能仅仅因为
153153

154154
一般来说,broadcastTime 一般为 `0.5~20ms`,electionTimeout 可以设置为 `10~500ms`,MTBF 一般为一两个月。
155155

156+
## 6 参考
157+
158+
* https://tanxinyu.work/raft/
159+
* https://github.com/OneSizeFitsQuorum/raft-thesis-zh_cn/blob/master/raft-thesis-zh_cn.md
160+
* https://github.com/ongardie/dissertation/blob/master/stanford.pdf
161+
* https://knowledge-sharing.gitbooks.io/raft/content/chapter5.html

0 commit comments

Comments
 (0)