From 3f7aebc98fec12560f091c6159a96f3f09fe6aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E5=81=A5?= <1414984960@qq.com> Date: Fri, 17 Sep 2021 07:00:21 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/system-design/distributed-system/?= =?UTF-8?q?CAP=E7=90=86=E8=AE=BA.md.=20=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributed-system/CAP\347\220\206\350\256\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/system-design/distributed-system/CAP\347\220\206\350\256\272.md" "b/docs/system-design/distributed-system/CAP\347\220\206\350\256\272.md" index 52710b94..ca505ebd 100644 --- "a/docs/system-design/distributed-system/CAP\347\220\206\350\256\272.md" +++ "b/docs/system-design/distributed-system/CAP\347\220\206\350\256\272.md" @@ -34,7 +34,7 @@ CAP 理论的提出者布鲁尔在提出 CAP 猜想的时候,并没有详细 **什么是网络分区?** -> 分布式系统中,多个节点之前的网络本来是连通的,但是因为某些故障(比如部分节点网络出了问题)某些节点之间不连通了,整个网络就分成了几块区域,这就叫网络分区。 +> 分布式系统中,多个节点之间的网络本来是连通的,但是因为某些故障(比如部分节点网络出了问题)某些节点之间不连通了,整个网络就分成了几块区域,这就叫网络分区。 ![partition-tolerance](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-11/partition-tolerance.png) -- Gitee