不要急,总有办法的

marvel的日期索引报EsRejectedExecution

Elasticsearch | 作者 shandian811 | 发布于2017年12月01日 | 阅读数:2164

 Caused by: ElasticsearchException[failure in bulk execution:

[0]: index [.marvel-es-1-2017.11.30], type [node_stats], id [AWANVuV_MzhtK4r4D4rt], message [RemoteTransportException[[es_node2-3][10.1.3.7:9600][indices:data/write/bulk[s]]]; nested: RemoteTransportException[[es_node2-3][10.1.3.7:9600][indices:data/write/bulk[s][p]]]; nested: EsRejectedExecutionException[rejected execution of org.elasticsearch.transport.TransportService$4@f428f49 on EsThreadPoolExecutor[bulk, queue capacity = 50, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@555e12c6[Running, pool size = 5, active threads = 5, queued tasks = 50, completed tasks = 211877]]];]]
                at org.elasticsearch.marvel.agent.exporter.local.LocalBulk.flush(LocalBulk.java:118)
                at org.elasticsearch.marvel.agent.exporter.ExportBulk$Compound.flush(ExportBulk.java:101)
                ... 3 more
 
这是那些bulk参数设置太大了吗?但是正式的存储数据的索引没报这个错误呀?marvel的日志索引怎么一直报这个错?
已邀请:

kennywu76 - Wood

赞同来自:

存放marvel索引的集群处理能力不够,bulk queue已经满了。  查一下该集群的资源消耗情况,是否机器的load已经比较高了。

要回复问题请先登录注册