Wrong At Cluster Heath Status

Hi,

I send MyClusterHealthRequest and get response with red status.
But head plugins show it's green status.

I captured my screen, so that you could know it more clearly.

http://img694.imageshack.us/img694/8004/clusterhealth.png
http://img694.imageshack.us/img694/8004/clusterhealth.png

Could someone tell me the main reason ?

Thanks in advance.

Sang Dang.

--

It looks like your query in timed out for some reason. What does curl
localhost:9200/_cluster/health say?

On Thursday, November 29, 2012 2:47:54 AM UTC-5, kidkid wrote:

Hi,

I send MyClusterHealthRequest and get response with red status.
But head plugins show it's green status.

I captured my screen, so that you could know it more clearly.

http://img694.imageshack.us/img694/8004/clusterhealth.png
http://img694.imageshack.us/img694/8004/clusterhealth.png

Could someone tell me the main reason ?

Thanks in advance.

Sang Dang.

--

Yeah, it took many time. I would think it's time out error.

Here is the result of /_cluster/health

{
"cluster_name" : "es_zs_dev",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 15,
"active_shards" : 15,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}

I just got this problem only one this dev server. on live server, it works
well.

On Thursday, November 29, 2012 7:22:53 PM UTC+7, Igor Motov wrote:

It looks like your query in timed out for some reason. What does curl
localhost:9200/_cluster/health say?

On Thursday, November 29, 2012 2:47:54 AM UTC-5, kidkid wrote:

Hi,

I send MyClusterHealthRequest and get response with red status.
But head plugins show it's green status.

I captured my screen, so that you could know it more clearly.

http://img694.imageshack.us/img694/8004/clusterhealth.png
http://img694.imageshack.us/img694/8004/clusterhealth.png

Could someone tell me the main reason ?

Thanks in advance.

Sang Dang.

--