From 086abe6216d6b2a6ef5fc11bcfd435b1a42153cb Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 22 May 2017 10:03:31 +0200 Subject: [PATCH] Marked `fixed_auto_queue_size` as experimental Relates to https://github.com/elastic/elasticsearch/pull/23884 --- docs/reference/modules/threadpool.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index a9a5d2993c0..ee34707bf9b 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -94,6 +94,8 @@ thread_pool: [float] ==== `fixed_auto_queue_size` +experimental[] + The `fixed_auto_queue_size` thread pool holds a fixed size of threads to handle the requests with a bounded queue for pending requests that have no threads to service them. It's similar to the `fixed` threadpool, however, the `queue_size`