Skip to content

Commit 9360818

Browse files
committed
add thread pool change availability info
1 parent 20c0106 commit 9360818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ $$$search-throttled$$$`search_throttled`
3737

3838
:::{note}
3939
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.
4041
:::
4142

4243
`write_coordination` {applies_to}`stack: ga 9.1`
@@ -78,7 +79,7 @@ $$$search-throttled$$$`search_throttled`
7879
`system_write`
7980
: 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)`.
8081

81-
`system_write_coordination`
82+
`system_write_coordination` {applies_to}`stack: ga 9.1`
8283
: 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)`.
8384

8485
`system_critical_read`

0 commit comments

Comments
 (0)