This is possible.rferebee wrote:I think I may have some corrupt shards. After letting it go overnight without running a snapshot there are still 10 unassigned shards with 0 relocating and 0 initializing.
This would make sense if it was in the process of trying to backup a index that did not have a valid shard.rferebee wrote:Also, the two snapshots I told you about that were still "IN_PROGRESS" are still running.
I would recommend doing a restart of elasticsearch on each node, this should clear the IN_PROGRESS
If you do not get back you green, status you can run the following to see which shards are not in a started state
Code: Select all
curl localhost:9200/_cat/shards|grep -v STARTED