OpenSearch/docs/reference/modules
Nhat Nguyen ef5c397c0f
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.

Backport of #58018
2020-07-07 22:03:31 -04:00
..
cluster [7.x] [DOCS] Add supported ESS settings to ES docs (#57953) (#58981) 2020-07-02 19:40:45 -04:00
discovery Add docs for filesystem health checks (#59134) 2020-07-07 14:14:58 +01:00
indices Sending operations concurrently in peer recovery (#58018) 2020-07-07 22:03:31 -04:00
cluster.asciidoc [DOCS] Relocate `shard allocation` module content (#56535) (#57448) 2020-06-01 13:15:08 -04:00
cross-cluster-search.asciidoc [DOCS] Fix heading capitalization in CCS docs 2020-06-02 11:13:13 -04:00
discovery.asciidoc [DOCS] Relocate discovery module content (#56611) (#57454) 2020-06-01 14:13:13 -04:00
gateway.asciidoc [DOCS] Relocate `local gateway` setting content (#56448) (#57443) 2020-06-01 12:40:15 -04:00
http.asciidoc [7.x] [DOCS] Add supported ESS settings to ES docs (#57953) (#58981) 2020-07-02 19:40:45 -04:00
memcached.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
network.asciidoc [7.x] [DOCS] Relocate network settings content (#55865) (#57429) 2020-06-01 11:27:27 -04:00
node.asciidoc [DOCS] Clarifies transform node settings (#59023) (#59192) 2020-07-07 13:54:54 -07:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) (#57418) 2020-06-01 10:07:50 -04:00
remote-clusters.asciidoc [DOCS] Fix typo in remote-clusters doc (#57820) 2020-06-09 11:28:30 +02:00
threadpool.asciidoc [DOCS] Relocate thread pools content (#55814) (#57432) 2020-06-01 11:46:16 -04:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc [DOCS] Relocate `transport` module content (#55472) (#57425) 2020-06-01 10:56:28 -04:00