I am getting Es rejected Exception.
I am having Elasticsearch setup in a server of 188GB RAM,32 GB is assigned to JVM heap of Elastic search.Remaing is off heap memory.
I am having ~1TB data space.and i am querying on ~200GB data.
My number of queries also not much.
Error:Uncaught Elasticsearch\Common\Exceptions\BadRequest400Exception: {"error":{"root_cause":,"type":"search_phase_execution_exception","reason":"failed to expand hits","phase":"expand","grouped":true,"failed_shards":,"caused_by":{"type":"search_phase_execution_exception","reason":"","phase":"fetch","grouped":true,"failed_shards":,"caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of TimedRunnable{original=org.elasticsearch.action.search.FetchSearchPhase$1@69c76223, creationTimeNanos=11618195507137764, startTimeNanos=0, finishTimeNanos=-1, failedOrRejected=false} on TaskExecutionTimeTrackingEsThreadPoolExecutor[name = localhost_es.com/search, queue capacity = 1000, task execution EWMA = 79.9ms, total task execution time = 38.1d, org.elasticsearch.common.util.concurrent.TaskExecutionTimeTrackingEsThreadPoolExecutor@52e34db[Running, pool size = 61, active threads = 61, queued tasks = 1000, completed tasks = 762999813]]"}}},"status":429}
How to solve this..