threadpool.asciidoc 595 B

1234567891011121314151617181920
  1. [discrete]
  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. .The `fixed_auto_queue_size` thread pool type has been removed.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. The `fixed_auto_queue_size` thread pool type, previously marked as an
  12. experimental feature, was deprecated in 7.x and has been removed in 8.0.
  13. The `search` and `search_throttled` thread pools have the `fixed` type now.
  14. *Impact* +
  15. No action needed.
  16. ====
  17. //end::notable-breaking-changes[]