1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs]:add reference

This commit is contained in:
谢其骏 2022-01-27 14:36:49 +08:00
parent b480a3407b
commit eee7a3bd12

View File

@ -153,3 +153,9 @@ raft的要求之一就是安全性不依赖于时间系统不能仅仅因为
一般来说broadcastTime 一般为 `0.520ms`electionTimeout 可以设置为 `10500ms`MTBF 一般为一两个月。
## 6 参考
* https://tanxinyu.work/raft/
* https://github.com/OneSizeFitsQuorum/raft-thesis-zh_cn/blob/master/raft-thesis-zh_cn.md
* https://github.com/ongardie/dissertation/blob/master/stanford.pdf
* https://knowledge-sharing.gitbooks.io/raft/content/chapter5.html