mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
clarify awkward text (#19608)
This commit is contained in:
parent
d97b3fd817
commit
1307aa7e77
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user