From eee7a3bd12bb671a000a37fd1f7e4567742c409d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=85=B6=E9=AA=8F?= Date: Thu, 27 Jan 2022 14:36:49 +0800 Subject: [PATCH] [docs]:add reference --- docs/distributed-system/理论&算法/raft算法.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/distributed-system/理论&算法/raft算法.md b/docs/distributed-system/理论&算法/raft算法.md index a4eab60c..ea77d4bc 100644 --- a/docs/distributed-system/理论&算法/raft算法.md +++ b/docs/distributed-system/理论&算法/raft算法.md @@ -153,3 +153,9 @@ raft的要求之一就是安全性不依赖于时间:系统不能仅仅因为 一般来说,broadcastTime 一般为 `0.5~20ms`,electionTimeout 可以设置为 `10~500ms`,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 \ No newline at end of file