elasticsearch/docs/reference/modules/indices
Nhat Nguyen 961db311f0
Sending operations concurrently in peer recovery (#58018)
Today, we send operations in phase2 of peer recoveries batch by batch 
sequentially. Normally that's okay as we should have a fairly small of
operations in phase 2 due to the file-based threshold. However, if
phase1 takes a lot of time and we are actively indexing, then phase2 can
have a lot of operations to replay.

With this change, we will send multiple batches concurrently (defaults 
to 1) to reduce the recovery time.
2020-07-07 18:00:03 -04:00
..
circuit_breaker.asciidoc [DOCS] Add supported ESS settings to ES docs (#57953) 2020-07-02 14:13:06 -04:00
fielddata.asciidoc [DOCS] Relocate indices module content (#54903) 2020-04-10 12:00:02 -04:00
index_management.asciidoc [DOCS] Add supported ESS settings to ES docs (#57953) 2020-07-02 14:13:06 -04:00
indexing_buffer.asciidoc [DOCS] Relocate indices module content (#54903) 2020-04-10 12:00:02 -04:00
query_cache.asciidoc [DOCS] Relocate indices module content (#54903) 2020-04-10 12:00:02 -04:00
recovery.asciidoc Sending operations concurrently in peer recovery (#58018) 2020-07-07 18:00:03 -04:00
request_cache.asciidoc [DOCS] Relocate indices module content (#54903) 2020-04-10 12:00:02 -04:00
search-settings.asciidoc [DOCS] Correct setting type for indices.query.bool.max_clause_count (#56640) 2020-05-12 16:25:41 -04:00