Getting error org.elasticsearch.common.util.concurrent.EsRejectedExecutionException: rejected execution of org.elasticsearch.transport.TransportService$4@2397ca1d on EsThreadPoolExecutor[index, queue capacity = 200

We are getting error in elasticsearch

org.elasticsearch.common.util.concurrent.EsRejectedExecutionException: rejected execution of org.elasticsearch.transport.TransportService$4@2397ca1d on EsThreadPoolExecutor[index, queue capacity = 200, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@6cd2db01[Running, pool size = 12, active threads = 12, queued tasks = 200, completed tasks = 1578120]]

Can somebody help me on this

Hi,

I guess that that you have to increase your elasticsearch search queue with this option:

thread_pool.search.queue_size

You can read more here: Thread pools | Elasticsearch Guide [8.11] | Elastic

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