# Dangling index, node can't join cluster

**URL:** https://discuss.elastic.co/t/dangling-index-node-cant-join-cluster/52869
**Category:** Elasticsearch
**Created:** [June 15, 2016, 1:31pm UTC](https://discuss.elastic.co/t/dangling-index-node-cant-join-cluster/52869 "2016-06-15T13:31:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Suny](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/suny/32/22082_2.png) [@Suny](https://discuss.elastic.co/u/Suny)
#### Post date: [June 15, 2016, 1:31pm UTC](https://discuss.elastic.co/t/dangling-index-node-cant-join-cluster/52869/1 "2016-06-15T13:31:50Z")

</div>

Hi.  
We have a three node cluster, all possible masters, 2 replicas. In theory, no data should be lost when we lose one node.

One node came up without the disks where the data resides. It still joined, to my surprise. I stopped it, mounted the data mountpoints, started it. It said

```
dangling index, exists on local file system, but not in cluster metadata

```

The master says

```
auto importing dangled indices

```

and worked for some time, but couldn't recover 4 indices. I had to close those.

Do you know what went wrong? Would it have been better to delete the indices on the disks that weren't available?

---

<div class="post-metadata">

### Author: ![abeyad](https://avatars.discourse-cdn.com/v4/letter/a/278dde/32.png) [@abeyad](https://discuss.elastic.co/u/abeyad)
#### Post date: [June 15, 2016, 3:55pm UTC](https://discuss.elastic.co/t/dangling-index-node-cant-join-cluster/52869/2 "2016-06-15T15:55:34Z")

</div>

Hello,

> [@Suny](#):
>
> One node came up without the disks where the data resides.

Does that mean the node was part of the cluster, then it was stopped, then it was restarted but without the data folder? Also, was this node elected master at any point?

And did you delete the index from the cluster at any point, such that it was cause a re-import as a dangling index?

> [@Suny](#):
>
> and worked for some time, but couldn't recover 4 indices. I had to close those.

Its unclear to me what you mean here... was one index imported as dangling but 4 others were not?

Also, what version of Elasticsearch are you running?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 10:43pm UTC](https://discuss.elastic.co/t/dangling-index-node-cant-join-cluster/52869/3 "2017-07-05T22:43:35Z")

</div>


