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