mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Reformat flush API docs (#46875)
This commit is contained in:
parent
fbeb5a3829
commit
45f8c970ef
5 changed files with 110 additions and 40 deletions
|
@ -28,7 +28,7 @@ this scenario:
|
|||
If the master had just waited for a few minutes, then the missing shards could
|
||||
have been re-allocated to Node 5 with the minimum of network traffic. This
|
||||
process would be even quicker for idle shards (shards not receiving indexing
|
||||
requests) which have been automatically <<synced-flush-api,sync-flushed>>.
|
||||
requests) which have been automatically <<indices-synced-flush-api,sync-flushed>>.
|
||||
|
||||
The allocation of replica shards which become unassigned because a node has
|
||||
left can be delayed with the `index.unassigned.node_left.delayed_timeout`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue