Skip to content

Commit 688fa30

Browse files
ianomaddakrone
authored andcommitted
Changing some grammar in docs (#24164)
1 parent a9657a5 commit 688fa30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/discovery/zen.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The `discovery.zen.minimum_master_nodes` sets the minimum
7575
number of master eligible nodes that need to join a newly elected master in order for an election to
7676
complete and for the elected node to accept its mastership. The same setting controls the minimum number of
7777
active master eligible nodes that should be a part of any active cluster. If this requirement is not met the
78-
active master node will step down and a new master election will be begin.
78+
active master node will step down and a new master election will begin.
7979

8080
This setting must be set to a quorum of your master eligible nodes. It is recommended to avoid
8181
having only two master eligible nodes, since a quorum of two is two. Therefore, a loss
@@ -140,7 +140,7 @@ The `discovery.zen.no_master_block` setting has two valid options:
140140
`all`:: All operations on the node--i.e. both read & writes--will be rejected. This also applies for api cluster state
141141
read or write operations, like the get index settings, put mapping and cluster state api.
142142
`write`:: (default) Write operations will be rejected. Read operations will succeed, based on the last known cluster configuration.
143-
This may result in partial reads of stale data as this node may be isolated from the rest of the cluster.
143+
This may result in partial reads of stale data as this node may be isolated from the rest of the cluster.
144144

145145
The `discovery.zen.no_master_block` setting doesn't apply to nodes-based apis (for example cluster stats, node info and
146146
node stats apis). Requests to these apis will not be blocked and can run on any available node.

0 commit comments

Comments
 (0)