threadpool.asciidoc 591 B

123456789101112131415161718192021
  1. [float]
  2. [[breaking_80_threadpool_changes]]
  3. === Thread pool changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. //end::notable-breaking-changes[]
  8. .The `fixed_auto_queue_size` thread pool type has been removed.
  9. [%collapsible]
  10. ====
  11. *Details* +
  12. The `fixed_auto_queue_size` thread pool type, previously marked as an
  13. experimental feature, was deprecated in 7.x and has been removed in 8.0.
  14. The `search` and `search_throttled` thread pools have the `fixed` type now.
  15. *Impact* +
  16. No action needed.
  17. ====