Dangling Index Errors

I've run the logstash pipeline to index data in my cluster (3 master, data and ingest eligible) and 1 coordinating node. That time, i havent checked that the 2 nodes (not coordinating nodes) are down and this throws an error in on of my master eligible node. Can somebody explain this to me? Dont know what happened then.

[2018-01-29T01:05:46,720][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.28/PEjyYoG7QX2zZUI-6Zje9w]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,720][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.29/Xl0QHudSTBCWlkFgLBnCkw]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,720][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.27/ZGKsyR7GTZW121KfQvVTuQ]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,947][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.28/PEjyYoG7QX2zZUI-6Zje9w]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,947][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.29/Xl0QHudSTBCWlkFgLBnCkw]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,947][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.27/ZGKsyR7GTZW121KfQvVTuQ]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,957][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.28/PEjyYoG7QX2zZUI-6Zje9w]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,957][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.29/Xl0QHudSTBCWlkFgLBnCkw]] can not be imported as a dangling index, as index with same name already exists in cluster metadata
[2018-01-29T01:05:46,957][WARN ][o.e.g.DanglingIndicesState] [s6PcSrU] [[metricbeat-6.1.1-2018.01.27/ZGKsyR7GTZW121KfQvVTuQ]] can not be imported as a dangling index, as index with same name already exists in cluster metadata

Btw i used elasticsearch v 6.1.1

Hey,

the docs might help here, https://www.elastic.co/guide/en/elasticsearch/reference/master/_dangling_indices.html

--Alex

The site seems not straightforward of why it happened.
Anyways, i resolved it by deleting the node directories.

Thanks!!

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