Skip to content

Commit

Permalink
clarify awkward text (#19608)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingrhoton authored and clintongormley committed Jul 27, 2016
1 parent 630fb6f commit a16a816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/modules/discovery/zen.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ read or write operations, like the get index settings, put mapping and cluster s
`write`:: (default) Write operations will be rejected. Read operations will succeed, based on the last known cluster configuration.
This may result in partial reads of stale data as this node may be isolated from the rest of the cluster.

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

0 comments on commit a16a816

Please sign in to comment.