Page 1 of 1

Cluster is in red

Posted: Tue Apr 12, 2016 11:57 am
by bosecorp
Cluster is in red at the moment

# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 391,
"active_shards" : 391,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 401,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0
}

Re: Cluster is in red

Posted: Tue Apr 12, 2016 1:40 pm
by scottwilkerson
How much disk space do you have available on each of your nodes?

Code: Select all

df -h

Re: Cluster is in red

Posted: Tue Apr 12, 2016 7:58 pm
by bosecorp
I was able to fix by deleting some of the indexes. the space was not an issue.

this is becoming a very common problem. I am not sure why

Re: Cluster is in red

Posted: Tue Apr 12, 2016 11:41 pm
by Box293
Not having enough memory on the nodes is a common cause.

What is the output of this command on all of your nodes?:

Code: Select all

free -m

Re: Cluster is in red

Posted: Thu May 19, 2016 8:36 am
by bosecorp
this is fix, please close the ticket