From 30fcd3e60f69bc14f90286f5ec41aa73e25681e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=85=B6=E9=AA=8F?= Date: Wed, 9 Mar 2022 00:41:37 +0800 Subject: [PATCH] [docs]:add author --- .../theorem&algorithm&protocol/raft-algorithm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/distributed-system/theorem&algorithm&protocol/raft-algorithm.md b/docs/distributed-system/theorem&algorithm&protocol/raft-algorithm.md index 0cd53468..9e251e80 100644 --- a/docs/distributed-system/theorem&algorithm&protocol/raft-algorithm.md +++ b/docs/distributed-system/theorem&algorithm&protocol/raft-algorithm.md @@ -5,6 +5,8 @@ tag: - 分布式协议&算法 --- +> 本文由 [SnailClimb](https://github.com/Snailclimb) 和 [Xieqijun](https://github.com/jun0315) 共同完成。 + ## 1 背景 当今的数据中心和应用程序在高度动态的环境中运行,为了应对高度动态的环境,它们通过额外的服务器进行横向扩展,并且根据需求进行扩展和收缩。同时,服务器和网络故障也很常见。