mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-05-19 15:14:59 +00:00
Now that single-document indexing requests are executed on the bulk thread pool the index thread pool is no longer needed. This commit removes this thread pool from Elasticsearch.