After done setting threadpool its not start again

Hello..

When I changes the threadpool settings like this in elasticsearch.yml...and after this when I restart elastic search. It always stop. And when I remove below settings, its start.

Can anyone tell me any reason for this...and how I can set these settings in elasticsearch.

threadpool.search.type: fixed
threadpool.search.size: 50
threadpool.search.queue_size: 200

threadpool.bulk.type: fixed
threadpool.bulk.size: 10
threadpool.bulk.queue_size: 100

threadpool.index.type: fixed
threadpool.index.size: 60
threadpool.index.queue_size: 1000

Thanks

Can you provide:

  • Version?
  • Error message?
  • the full elasticsearch.yml file (formatted please)

Then: why do you want to change that?

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