Retrying failed action with response code

logstash error log:retrying failed action with response code

We need more details than that.

All log content is the same information

retrying failed action with response code: 429 ({"type"=>"es_rejected_execution_exception", "reason"=>"rejected execution of org.elasticsearch.transport.TransportService$7@3513cf82 on EsThreadPoolExecutor[name = node1/bulk, queue capacity = 200, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@2fb6bdcb[Running, pool size = 8, active threads = 8, queued tasks = 200, completed tasks = 73229]]"})

The bulk requests are rejected as the cluster is overloaded. Have a look at this blog post for a discussion around the reasons behind this.

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