2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2020-02-14 23:20:40 +08:00
|
|
|
[[breaking_80_threadpool_changes]]
|
2021-01-15 01:14:48 +08:00
|
|
|
==== Thread pool changes
|
2020-02-14 23:20:40 +08:00
|
|
|
|
2020-04-24 04:47:39 +08:00
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
//end::notable-breaking-changes[]
|
|
|
|
|
2020-05-08 22:21:33 +08:00
|
|
|
.The `fixed_auto_queue_size` thread pool type has been removed.
|
|
|
|
[%collapsible]
|
|
|
|
====
|
|
|
|
*Details* +
|
2020-02-14 23:20:40 +08:00
|
|
|
The `fixed_auto_queue_size` thread pool type, previously marked as an
|
|
|
|
experimental feature, was deprecated in 7.x and has been removed in 8.0.
|
|
|
|
The `search` and `search_throttled` thread pools have the `fixed` type now.
|
2020-05-09 00:55:56 +08:00
|
|
|
|
|
|
|
*Impact* +
|
|
|
|
No action needed.
|
2021-01-15 01:14:48 +08:00
|
|
|
====
|