You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we start a second node, our cluster would look like <<cluster-two-nodes>>.
18
+
如果启动了第二个节点,我们的集群将会如<<cluster-two-nodes>>所示。
19
+
24
20
25
21
[[cluster-two-nodes]]
26
-
.A two-node cluster--all primary and replica shards are allocated
27
-
image::images/elas_0203.png["A two-node cluster"]
22
+
.拥有两个节点的集群——所有主分片和副本分片都已被分配
23
+
image::images/elas_0203.png["拥有两个节点的集群"]
28
24
29
-
The((("clusters", "two-node cluster"))) second node has joined the cluster, and three _replica shards_ have ((("replica shards", "allocated to second node")))been
30
-
allocated to it--one for each primary shard. That means that we can lose
31
-
either node, and all of our data will be intact.
25
+
当第二个节点加入到集群后,3个 _副本分片_ 将会分配到这个节点上——每个主分片对应一个副本分片。
26
+
这意味着当集群内任何一个节点出现问题时,我们的数据都完好无损。
32
27
33
-
Any newly indexed document will first be stored on a primary shard, and then copied in parallel to the associated replica shard(s). This ensures that our document can be retrieved from a primary shard or from any of its replicas.
0 commit comments