Skip to content

Commit f8e24ef

Browse files
authored
Update 20_Retrieving.md
1 parent 75c04db commit f8e24ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

040_Distributed_CRUD/20_Retrieving.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
1. 客户端给`Node 1`发送get请求。
1010
2. 节点使用文档的`_id`确定文档属于分片`0`。分片`0`对应的复制分片在三个节点上都有。此时,它转发请求到`Node 2`
11-
3. `Node 2`返回endangered给`Node 1`然后返回给客户端。
11+
3. `Node 2`返回文档(document)给`Node 1`然后返回给客户端。
1212

1313
对于读请求,为了平衡负载,请求节点会为每个请求选择不同的分片——它会循环所有分片副本。
1414

0 commit comments

Comments
 (0)