Elasticsearch 7.14.1 and unassigned shards

Hi All,
we installed a 3 nodes cluster shipped with Elasticsearch 7.14.1. All indices are configured with 2 shards and 1 replica per shard and all works fine.

We stop one node and the cluster becomes yellow and some shards are in unassigned status.

Could you help us to sort the problem?

Thanks,
Marcello

I think that if you wait a bit, and if you have enough free disk space, you will start seeing your cluster becoming green again.

You can check the output of:

GET /
GET /_cat/nodes?v
GET /_cat/health?v
GET /_cat/indices?v

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