# Un block shards un assigned

**URL:** https://discuss.elastic.co/t/un-block-shards-un-assigned/136702
**Category:** Elasticsearch
**Created:** [June 20, 2018, 1:35pm UTC](https://discuss.elastic.co/t/un-block-shards-un-assigned/136702 "2018-06-20T13:35:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![josselinchevalay](https://avatars.discourse-cdn.com/v4/letter/j/7ba0ec/32.png) [@josselinchevalay](https://discuss.elastic.co/u/josselinchevalay)
#### Post date: [June 20, 2018, 1:35pm UTC](https://discuss.elastic.co/t/un-block-shards-un-assigned/136702/1 "2018-06-20T13:35:12Z")

</div>

Hello all,

topology our cluster :

we use elasticsearch 6.2.2 OSS version

we have 7 node :

- 1 master
- 6 data node

Currently we have lost a node when we restart that we have a indice cannot assign 2 shards on 4 shards when we see with \_cat/shards on reason we have that : UNASSIGNED DANGLING\_INDEX\_IMPORTED  
when we reach on this shards we found also this tag no\_valid\_shard\_copy

after some google search we try that [https://medium.com/@remco\_verhoef/when-everything-else-fails-cc8a27c679d0](https://medium.com/@remco_verhoef/when-everything-else-fails-cc8a27c679d0) but not works rerouting also not works.

Somebody can explain me how to analyse that and resolve that please ?

Regards

---

<div class="post-metadata">

### Author: ![tdasch](https://avatars.discourse-cdn.com/v4/letter/t/58f4c7/32.png) [@tdasch](https://discuss.elastic.co/u/tdasch)
#### Post date: [June 20, 2018, 7:02pm UTC](https://discuss.elastic.co/t/un-block-shards-un-assigned/136702/2 "2018-06-20T19:02:20Z")

</div>

Chevalay,

Sorry to hear your node went down. Are all nodes back up at this point?

There is only one node in your cluster that is master eligible? Typically you want 3 master eligible nodes to help with resiliency and provide a necessary quorum to avoid split-brain.

I might take a look at the [cluster allocation explain API](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-allocation-explain.html) which may help provide additional information. If you post your responses for those particular shards using the mentioned API it may be helpful.

---

<div class="post-metadata">

### Author: ![josselinchevalay](https://avatars.discourse-cdn.com/v4/letter/j/7ba0ec/32.png) [@josselinchevalay](https://discuss.elastic.co/u/josselinchevalay)
#### Post date: [June 21, 2018, 9:13am UTC](https://discuss.elastic.co/t/un-block-shards-un-assigned/136702/3 "2018-06-21T09:13:28Z")

</div>

Hi tdasch

in our config we precise that for data node

node.master: false  
node.data : true

how to can 2 master node here to cause a split brain "split brains, the existence of two masters in a single cluster" : [https://www.elastic.co/guide/en/elasticsearch/guide/1.x/\_important\_configuration\_changes.html#\_minimum\_master\_nodes](https://www.elastic.co/guide/en/elasticsearch/guide/1.x/_important_configuration_changes.html#_minimum_master_nodes)

but good idea our cluster need more master to create quorum.

Regards

---

<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 19, 2018, 9:13am UTC](https://discuss.elastic.co/t/un-block-shards-un-assigned/136702/4 "2018-07-19T09:13:29Z")

</div>

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