zkidkid
(Sang Dang)
November 29, 2012, 7:47am
1
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.
--
Igor_Motov
(Igor Motov)
November 29, 2012, 12:22pm
2
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.
--
zkidkid
(Sang Dang)
November 30, 2012, 2:47am
3
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.
--