elasticsearch/docs/reference/modules
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
..
cluster Dangling indices documentation (#58751) 2020-07-03 16:28:32 +01:00
discovery Add docs for filesystem health checks (#59134) 2020-07-07 14:14:35 +01:00
indices Sending operations concurrently in peer recovery (#58018) 2020-07-07 18:00:03 -04:00
cluster.asciidoc [DOCS] Relocate shard allocation module content (#56535) 2020-05-12 08:55:57 -04:00
cross-cluster-search.asciidoc [DOCS] Fix heading capitalization in CCS docs 2020-06-02 11:11:28 -04:00
discovery.asciidoc Dangling indices documentation (#58751) 2020-07-03 16:28:32 +01:00
gateway.asciidoc Dangling indices documentation (#58751) 2020-07-03 16:28:32 +01:00
http.asciidoc [DOCS] Add supported ESS settings to ES docs (#57953) 2020-07-02 14:13:06 -04:00
network.asciidoc [DOCS] Remove unneeded word from network settings docs 2020-06-01 11:09:17 -04:00
node.asciidoc [DOCS] Clarifies transform node settings (#59023) 2020-07-07 13:31:04 -07:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) 2020-04-10 15:29:44 -04:00
remote-clusters.asciidoc [DOCS] Fix typo in remote-clusters doc (#57820) 2020-06-09 11:28:02 +02:00
threadpool.asciidoc [DOCS] Relocate thread pools content (#55814) 2020-05-05 09:48:36 -04:00
transport.asciidoc [DOCS] Relocate transport module content (#55472) 2020-04-21 09:43:41 -04:00