Scaling threadpools

I'm using Elasticsearch 2.3.2 I tried to use scaling option for the search and get threapools. However, when I restarted ES I got this log error:

java.lang.IllegalArgumentException: setting threadpool.get.type to scaling is not permitted; must be fixed

I'm also setting parameters such as the size, queue_size and keep_alive.

am I missing something?

Thanks

This pull request as well as the linked issues should explain the motivation: https://github.com/elastic/elasticsearch/pull/14367.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.