elasticsearch/docs/reference/modules
David Turner 2335be1da9 Fork the sending of file chunks during recovery (#74164)
Today if sending file chunks is CPU-bound (e.g. when using compression)
then we tend to concentrate all that work onto relatively few threads,
even if `indices.recovery.max_concurrent_file_chunks` is increased. With
this commit we fork the transmission of each chunk onto its own thread
so that the CPU-bound work can happen in parallel.
2021-06-16 11:58:33 +01:00
..
cluster Add separate flood stage limit for frozen (#71855) (#71941) 2021-04-20 16:57:10 +02:00
discovery Increase PeerFinder verbosity on persistent failure (#73128) 2021-05-17 10:55:09 +01:00
indices Fork the sending of file chunks during recovery (#74164) 2021-06-16 11:58:33 +01:00
network Expand and consolidate networking docs (#68051) 2021-02-01 13:37:29 +00:00
cluster.asciidoc [DOCS] Document dynamic cluster-lvl shard alloc settings (#61338) (#61735) 2020-08-31 11:19:57 -04:00
discovery.asciidoc Expand and consolidate networking docs (#68051) 2021-02-01 13:37:29 +00:00
gateway.asciidoc [DOCS] Document dynamic cluster settings (#61760) (#61817) 2020-09-01 16:04:23 -04:00
http.asciidoc [DOCS] Minor rewording for HTTP settings (#68295) (#68319) 2021-02-01 12:59:29 -05:00
memcached.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
network.asciidoc Trivial typo: bindiing -> binding 2021-04-27 12:21:26 +01:00
node.asciidoc [DOCS] Update 'shared_cache' references for searchable snapshots (#72775) (#72777) 2021-05-05 18:00:28 -04:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) (#57418) 2020-06-01 10:07:50 -04:00
remote-clusters.asciidoc [DOCS] [7.x] Overhaul TLS security docs (#68946) (#70880) 2021-03-25 14:07:27 -04:00
threadpool.asciidoc Add threadpool for critical operations on system indices (#72625) (#73731) 2021-06-03 14:16:02 -04:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc [DOCS] Add info about allowed profile names (#70440) (#70816) 2021-03-24 10:10:26 -04:00