We have 3 data node cluster and all our indices have 1 primary + 2 replica shards on each index. All the indices were running properly with a green status for the cluster until a couple of days ago.
For some reason, only one of the indices now has a yellow status with 1 unassigned index error. When I run _cluster/allocation/explain
, it tells me that "the shard cannot be allocated to the same node on which a copy of the shard already exists". If I look at the cluster health on Kibana, I don't see a duplicate shard on that node.
So I am not quite sure what the problem is. Can someone offer any advice on this?