Primary shard is not active or isn't assigned is a known node

I use elasticsearch ver. 1.4.4 with FOS Elastica Bundle.
On reindex data see Primary shard is not active or isn't assigned is a known node error.
Find only this advice


but my disk is full on 76% not 85%.
So what a problem?
Help me, please

Hi ,

I am facing same issue. Please suggest me if you found fix to this issue.

Thanks
Balaji

The issue got resolved after
cluster.routing.allocation configured in elasticsearch.yml.

cluster.routing.allocation.disk.threshold_enabled: false
cluster.routing.allocation.disk.watermark.low: 500mb
cluster.routing.allocation.disk.watermark.high: 600mb
cluster.info.update.interval: 1m