|
@@ -133,5 +133,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.
|