Skip to content

Commit d2e75cc

Browse files
authored
add thread pool change availability (elastic#131734)
1 parent 3cba622 commit d2e75cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/reference/elasticsearch/configuration-reference/thread-pool-settings.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ $$$search-throttled$$$`search_throttled`
3535
`write`
3636
: For write operations and ingest processors. Thread pool type is `fixed` with a size of [`# of allocated processors`](#node.processors), queue_size of `max(10000, (`[`# of allocated processors`](#node.processors)`* 750))`. The maximum size for this pool is `1 + `[`# of allocated processors`](#node.processors).
3737

38-
`write_coordination`
38+
:::{note}
39+
In {{stack}} 9.0 and earlier, the `write` thread pool was also used for bulk requests.
40+
In {{stack}} 9.1 and earlier, the queue_size was 10000.
41+
:::
42+
43+
`write_coordination` {applies_to}`stack: ga 9.1`
3944
: For bulk request coordination operations. Thread pool type is `fixed` with a size of [`# of allocated processors`](#node.processors), queue_size of `10000`. The maximum size for this pool is `1 + `[`# of allocated processors`](#node.processors).
4045

4146
`snapshot`
@@ -74,7 +79,7 @@ $$$search-throttled$$$`search_throttled`
7479
`system_write`
7580
: For write operations on system indices. Thread pool type is `fixed` with a default maximum size of `min(5, (`[`# of allocated processors`](#node.processors)`) / 2)`.
7681

77-
`system_write_coordination`
82+
`system_write_coordination` {applies_to}`stack: ga 9.1`
7883
: For bulk request coordination operations on system indices. Thread pool type is `fixed` with a default maximum size of `min(5, (`[`# of allocated processors`](#node.processors)`) / 2)`.
7984

8085
`system_critical_read`

0 commit comments

Comments
 (0)