【发布时间】:2017-09-25 18:05:24
【问题描述】:
弹性搜索 [5.4.1] 1 我们有一些索引,例如 ics_pcs_2017.06.06 2 我们删除一些旧索引使用的jave代码: getClient.admin().indices().prepareDelete(indexname).execute().actionGet()
I think the index ics_pcs_2017.06.06 will have 60G+ and 100,000,000 documents in it.
3 我们新建一个logstash来接收旧的日志,我们在ES日志中发现: ES 日志信息
create index for ics_pcs_2017.06.06( didn't get the detail log)
.....
[o.e.c.m.MetaDataCreateIndexservice] create index cause [auto(bulk api)], templates[icstemplate],shards [6]/[1], mappings [icslog]
.....
[o.e.c.m.MetaDataCreateIndexservice] [ics_pcs_2017.06.06/xtNoHLSOS4GBQo01-Nprg] update_mapping [icslog]
...
[o.e.a.a.1.m.p.TransportPutMappingAction] [ics-master1] failed to put mappings on indices[[[ics_pcs_2017.06.06/xtNoHLSOS4GBQo01-Nprg]]]
org.elasticsearch.cluster.metada.ProcessClusterEventTimeoutException:failed to process cluster event(put-mapping) within 30s
....
-----------
then there is many logs like failed to put mappings on indices[[[ics_pcs_2017.06.06/xtNoHLSOS4GBQo01-Nprg]]]
... failed to put mappings on indices[[[ics_pcs_2017.06.06/xtNoHLSOS4GBQo01-Nprg]]]
...failed to put mappings on indices[[[ics_pcs_2017.06.06/xtNoHLSOS4GBQo01-Nprg]]]
and cause the elasticsearch master down.
请大神帮忙解释一下原因,非常感谢。
【问题讨论】:
标签: elasticsearch crash