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. |
||
---|---|---|
.. | ||
circuit_breaker.asciidoc | ||
fielddata.asciidoc | ||
index_management.asciidoc | ||
indexing_buffer.asciidoc | ||
query_cache.asciidoc | ||
recovery.asciidoc | ||
request_cache.asciidoc | ||
search-settings.asciidoc |