# ClusterBlockException

**URL:** https://discuss.elastic.co/t/clusterblockexception/14801
**Category:** Elasticsearch
**Created:** [December 10, 2013, 10:27pm UTC](https://discuss.elastic.co/t/clusterblockexception/14801 "2013-12-10T22:27:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Joe\_E](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@Joe\_E](https://discuss.elastic.co/u/Joe_E)
#### Post date: [December 10, 2013, 10:27pm UTC](https://discuss.elastic.co/t/clusterblockexception/14801/1 "2013-12-10T22:27:38Z")

</div>

Hi,

We had to shut down the cluster to move the data folder and after the  
cluster restart I get status red. I emptied the data folder so basically I  
have an empty cluster that is still red.

I would appreciate some help because I'm pretty stuck...

Cluster status:  
curl '[http://localhost:9200/\_cluster/\_status?pretty](http://localhost:9200/_cluster/_status?pretty)'  
{  
"error" : "ClusterBlockException[blocked by: [SERVICE\_UNAVAILABLE/1/state  
not recovered / initialized];]",  
"status" : 503  
}

Cluster state:  
curl -XGET '[http://localhost:9200/\_cluster/state?pretty](http://localhost:9200/_cluster/state?pretty)'  
{  
"cluster\_name" : "es-demo",  
"master\_node" : "eNTXm\_IQRMieenD80typPQ",  
"blocks" : {  
"global" : {  
"1" : {  
"description" : "state not recovered / initialized",  
"retryable" : true,  
"disable\_state\_persistence" : true,  
"levels" : ["read", "write", "metadata"]  
}  
}  
},  
"nodes" : {  
"xWnvRPzHTb2ntgD2TZc4Eg" : {  
"name" : "ES001",  
"transport\_address" : "inet[/10.58.4.17:9300]",  
"attributes" : {  
"max\_local\_storage\_nodes" : "1"  
}  
},  
"eNTXm\_IQRMieenD80typPQ" : {  
"name" : "ES003",  
"transport\_address" : "inet[/10.58.4.19:9300]",  
"attributes" : {  
"max\_local\_storage\_nodes" : "1"  
}  
},  
"a\_jtW1uWRZey5MTfAPgy-A" : {  
"name" : "L001",  
"transport\_address" : "inet[/10.58.4.26:9300]",  
"attributes" : {  
"data" : "false",  
"max\_local\_storage\_nodes" : "1",  
"master" : "false"  
}  
},  
"OYYtDH6zRfCoSwSjscyVxQ" : {  
"name" : "ES002",  
"transport\_address" : "inet[/10.58.4.18:9300]",  
"attributes" : {  
"max\_local\_storage\_nodes" : "1"  
}  
}  
},  
"metadata" : {  
"templates" : { },  
"indices" : { }  
},  
"routing\_table" : {  
"indices" : { }  
},  
"routing\_nodes" : {  
"unassigned" : [],  
"nodes" : {  
"xWnvRPzHTb2ntgD2TZc4Eg" : [],  
"eNTXm\_IQRMieenD80typPQ" : [],  
"OYYtDH6zRfCoSwSjscyVxQ" : []  
}  
},  
"allocations" : []  
}

the log:

[2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
mlockall error 0  
[2013-12-10 22:48:22,036][INFO][node] [ES003]  
version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
[2013-12-10 22:48:22,036][INFO][node] [ES003]  
initializing ...  
[2013-12-10 22:48:22,041][INFO][plugins] [ES003] loaded  
[], sites []  
[2013-12-10 22:48:23,974][INFO][node] [ES003]  
initialized  
[2013-12-10 22:48:23,974][INFO][node] [ES003]  
starting ...  
[2013-12-10 22:48:24,036][INFO][transport] [ES003]  
bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address  
{inet[/10.58.4.19:9300]}  
[2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
new\_master  
[ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
reason: zen-disco-join (elected\_as\_master)  
[2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
es-demo/eNTXm\_IQRMieenD80typPQ  
[2013-12-10 22:48:27,140][INFO][http] [ES003]  
bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address  
{inet[/10.58.4.19:9200]}  
[2013-12-10 22:48:27,141][INFO][node] [ES003] started  
[2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
{[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
reason: zen-disco-receive(join from node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][in$  
[2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
{[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
from node[[L001][a\_$  
[2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
{[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
reason: zen-disco-receive(join from node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][in$

[2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
mlockall error 0  
[2013-12-10 22:48:22,036][INFO][node] [ES003]  
version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
[2013-12-10 22:48:22,036][INFO][node] [ES003]  
initializing ...  
[2013-12-10 22:48:22,041][INFO][plugins] [ES003] loaded  
[], sites []  
[2013-12-10 22:48:23,974][INFO][node] [ES003]  
initialized  
[2013-12-10 22:48:23,974][INFO][node] [ES003]  
starting ...  
[2013-12-10 22:48:24,036][INFO][transport] [ES003]  
bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address  
{inet[/10.58.4.19:9300]}  
[2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
new\_master  
[ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
reason: zen-disco-join (elected\_as\_master)  
[2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
es-demo/eNTXm\_IQRMieenD80typPQ  
[2013-12-10 22:48:27,140][INFO][http] [ES003]  
bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address  
{inet[/10.58.4.19:9200]}  
[2013-12-10 22:48:27,141][INFO][node] [ES003] started  
[2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
{[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
reason: zen-disco-receive(join from  
node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1}])  
[2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
{[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
from  
node[[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
max\_local\_storage\_nodes=1, master=false}])  
[2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
{[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
reason: zen-disco-receive(join from  
node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1}])

Thanks,  
Joe

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [December 10, 2013, 10:35pm UTC](https://discuss.elastic.co/t/clusterblockexception/14801/2 "2013-12-10T22:35:20Z")

</div>

Did you update path.data after you moved the data, or did you just move it  
then delete it?

It looks like you've killed the cluster state, but I'm not sure how to  
clear that out unfortunately, someone else might be able to point you in  
the right direction.

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 11 December 2013 09:27, Joe E [elastico.joe@gmail.com](mailto:elastico.joe@gmail.com) wrote:

> Hi,
> 
> We had to shut down the cluster to move the data folder and after the  
> cluster restart I get status red. I emptied the data folder so basically I  
> have an empty cluster that is still red.
> 
> I would appreciate some help because I'm pretty stuck...
> 
> Cluster status:  
> curl '[http://localhost:9200/\_cluster/\_status?pretty](http://localhost:9200/_cluster/_status?pretty)'  
> {  
> "error" : "ClusterBlockException[blocked by:  
> [SERVICE\_UNAVAILABLE/1/state not recovered / initialized];]",  
> "status" : 503  
> }
> 
> Cluster state:  
> curl -XGET '[http://localhost:9200/\_cluster/state?pretty](http://localhost:9200/_cluster/state?pretty)'  
> {  
> "cluster\_name" : "es-demo",  
> "master\_node" : "eNTXm\_IQRMieenD80typPQ",  
> "blocks" : {  
> "global" : {  
> "1" : {  
> "description" : "state not recovered / initialized",  
> "retryable" : true,  
> "disable\_state\_persistence" : true,  
> "levels" : ["read", "write", "metadata"]  
> }  
> }  
> },  
> "nodes" : {  
> "xWnvRPzHTb2ntgD2TZc4Eg" : {  
> "name" : "ES001",  
> "transport\_address" : "inet[/10.58.4.17:9300]",  
> "attributes" : {  
> "max\_local\_storage\_nodes" : "1"  
> }  
> },  
> "eNTXm\_IQRMieenD80typPQ" : {  
> "name" : "ES003",  
> "transport\_address" : "inet[/10.58.4.19:9300]",  
> "attributes" : {  
> "max\_local\_storage\_nodes" : "1"  
> }  
> },  
> "a\_jtW1uWRZey5MTfAPgy-A" : {  
> "name" : "L001",  
> "transport\_address" : "inet[/10.58.4.26:9300]",  
> "attributes" : {  
> "data" : "false",  
> "max\_local\_storage\_nodes" : "1",  
> "master" : "false"  
> }  
> },  
> "OYYtDH6zRfCoSwSjscyVxQ" : {  
> "name" : "ES002",  
> "transport\_address" : "inet[/10.58.4.18:9300]",  
> "attributes" : {  
> "max\_local\_storage\_nodes" : "1"  
> }  
> }  
> },  
> "metadata" : {  
> "templates" : { },  
> "indices" : { }  
> },  
> "routing\_table" : {  
> "indices" : { }  
> },  
> "routing\_nodes" : {  
> "unassigned" : ,  
> "nodes" : {  
> "xWnvRPzHTb2ntgD2TZc4Eg" : ,  
> "eNTXm\_IQRMieenD80typPQ" : ,  
> "OYYtDH6zRfCoSwSjscyVxQ" :   
> }  
> },  
> "allocations" :   
> }
> 
> the log:
> 
> [2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
> mlockall error 0  
> [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
> [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> initializing ...  
> [2013-12-10 22:48:22,041][INFO][plugins] [ES003] loaded  
> , sites   
> [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> initialized  
> [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> starting ...  
> [2013-12-10 22:48:24,036][INFO][transport] [ES003]  
> bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address {inet[/  
> 10.58.4.19:9300]}  
> [2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
> new\_master [ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
> reason: zen-disco-join (elected\_as\_master)  
> [2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
> es-demo/eNTXm\_IQRMieenD80typPQ  
> [2013-12-10 22:48:27,140][INFO][http] [ES003]  
> bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address {inet[/  
> 10.58.4.19:9200]}  
> [2013-12-10 22:48:27,141][INFO][node] [ES003] started  
> [2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
> {[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
> reason: zen-disco-receive(join from node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][in$  
> [2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
> {[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
> from node[[L001][a\_$  
> [2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
> {[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
> reason: zen-disco-receive(join from node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][in$
> 
> [2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
> mlockall error 0  
> [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
> [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> initializing ...  
> [2013-12-10 22:48:22,041][INFO][plugins] [ES003] loaded  
> , sites   
> [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> initialized  
> [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> starting ...  
> [2013-12-10 22:48:24,036][INFO][transport] [ES003]  
> bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address {inet[/  
> 10.58.4.19:9300]}  
> [2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
> new\_master [ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
> reason: zen-disco-join (elected\_as\_master)  
> [2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
> es-demo/eNTXm\_IQRMieenD80typPQ  
> [2013-12-10 22:48:27,140][INFO][http] [ES003]  
> bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address {inet[/  
> 10.58.4.19:9200]}  
> [2013-12-10 22:48:27,141][INFO][node] [ES003] started  
> [2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
> {[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
> reason: zen-disco-receive(join from  
> node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300  
> ]]{max\_local\_storage\_nodes=1}])  
> [2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
> {[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
> from node[[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> max\_local\_storage\_nodes=1, master=false}])  
> [2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
> {[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
> reason: zen-disco-receive(join from  
> node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300  
> ]]{max\_local\_storage\_nodes=1}])
> 
> Thanks,  
> Joe
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com)  
> .  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624bYgW1LAbvLMMsfJwLRDqTaFPwcxMTT3S1TSkt93xPOyA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624bYgW1LAbvLMMsfJwLRDqTaFPwcxMTT3S1TSkt93xPOyA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Joe\_E](https://avatars.discourse-cdn.com/v4/letter/j/dc4da7/32.png) [@Joe\_E](https://discuss.elastic.co/u/Joe_E)
#### Post date: [December 10, 2013, 10:48pm UTC](https://discuss.elastic.co/t/clusterblockexception/14801/3 "2013-12-10T22:48:29Z")

</div>

Yes, path updated. After deleting the data folders and restarting ES, the  
nodes folder is created with a lock file in it:

es-demo/nodes/0/node.lock

On Tuesday, December 10, 2013 11:35:20 PM UTC+1, Mark Walkom wrote:

> Did you update path.data after you moved the data, or did you just move it  
> then delete it?
> 
> It looks like you've killed the cluster state, but I'm not sure how to  
> clear that out unfortunately, someone else might be able to point you in  
> the right direction.
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [ma...@campaignmonitor.com](mailto:ma...@campaignmonitor.com) \<javascript:\>  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 11 December 2013 09:27, Joe E \<[elasti...@gmail.com](mailto:elasti...@gmail.com) \<javascript:\>\>wrote:
> 
> > Hi,
> > 
> > We had to shut down the cluster to move the data folder and after the  
> > cluster restart I get status red. I emptied the data folder so basically I  
> > have an empty cluster that is still red.
> > 
> > I would appreciate some help because I'm pretty stuck...
> > 
> > Cluster status:  
> > curl '[http://localhost:9200/\_cluster/\_status?pretty](http://localhost:9200/_cluster/_status?pretty)'  
> > {  
> > "error" : "ClusterBlockException[blocked by:  
> > [SERVICE\_UNAVAILABLE/1/state not recovered / initialized];]",  
> > "status" : 503  
> > }
> > 
> > Cluster state:  
> > curl -XGET '[http://localhost:9200/\_cluster/state?pretty](http://localhost:9200/_cluster/state?pretty)'  
> > {  
> > "cluster\_name" : "es-demo",  
> > "master\_node" : "eNTXm\_IQRMieenD80typPQ",  
> > "blocks" : {  
> > "global" : {  
> > "1" : {  
> > "description" : "state not recovered / initialized",  
> > "retryable" : true,  
> > "disable\_state\_persistence" : true,  
> > "levels" : ["read", "write", "metadata"]  
> > }  
> > }  
> > },  
> > "nodes" : {  
> > "xWnvRPzHTb2ntgD2TZc4Eg" : {  
> > "name" : "ES001",  
> > "transport\_address" : "inet[/10.58.4.17:9300]",  
> > "attributes" : {  
> > "max\_local\_storage\_nodes" : "1"  
> > }  
> > },  
> > "eNTXm\_IQRMieenD80typPQ" : {  
> > "name" : "ES003",  
> > "transport\_address" : "inet[/10.58.4.19:9300]",  
> > "attributes" : {  
> > "max\_local\_storage\_nodes" : "1"  
> > }  
> > },  
> > "a\_jtW1uWRZey5MTfAPgy-A" : {  
> > "name" : "L001",  
> > "transport\_address" : "inet[/10.58.4.26:9300]",  
> > "attributes" : {  
> > "data" : "false",  
> > "max\_local\_storage\_nodes" : "1",  
> > "master" : "false"  
> > }  
> > },  
> > "OYYtDH6zRfCoSwSjscyVxQ" : {  
> > "name" : "ES002",  
> > "transport\_address" : "inet[/10.58.4.18:9300]",  
> > "attributes" : {  
> > "max\_local\_storage\_nodes" : "1"  
> > }  
> > }  
> > },  
> > "metadata" : {  
> > "templates" : { },  
> > "indices" : { }  
> > },  
> > "routing\_table" : {  
> > "indices" : { }  
> > },  
> > "routing\_nodes" : {  
> > "unassigned" : ,  
> > "nodes" : {  
> > "xWnvRPzHTb2ntgD2TZc4Eg" : ,  
> > "eNTXm\_IQRMieenD80typPQ" : ,  
> > "OYYtDH6zRfCoSwSjscyVxQ" :   
> > }  
> > },  
> > "allocations" :   
> > }
> > 
> > the log:
> > 
> > [2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
> > mlockall error 0  
> > [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> > version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
> > [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> > initializing ...  
> > [2013-12-10 22:48:22,041][INFO][plugins] [ES003]  
> > loaded , sites   
> > [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> > initialized  
> > [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> > starting ...  
> > [2013-12-10 22:48:24,036][INFO][transport] [ES003]  
> > bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address {inet[/  
> > 10.58.4.19:9300]}  
> > [2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
> > new\_master  
> > [ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
> > reason: zen-disco-join (elected\_as\_master)  
> > [2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
> > es-demo/eNTXm\_IQRMieenD80typPQ  
> > [2013-12-10 22:48:27,140][INFO][http] [ES003]  
> > bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address {inet[/  
> > 10.58.4.19:9200]}  
> > [2013-12-10 22:48:27,141][INFO][node] [ES003]  
> > started  
> > [2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
> > {[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
> > reason: zen-disco-receive(join from node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][in$  
> > [2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
> > {[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> > max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
> > from node[[L001][a\_$  
> > [2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
> > {[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
> > reason: zen-disco-receive(join from node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][in$
> > 
> > [2013-12-10 22:48:21,952][WARN][common.jna] Unknown  
> > mlockall error 0  
> > [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> > version[0.90.7], pid[3646], build[36897d0/2013-11-13T12:06:54Z]  
> > [2013-12-10 22:48:22,036][INFO][node] [ES003]  
> > initializing ...  
> > [2013-12-10 22:48:22,041][INFO][plugins] [ES003]  
> > loaded , sites   
> > [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> > initialized  
> > [2013-12-10 22:48:23,974][INFO][node] [ES003]  
> > starting ...  
> > [2013-12-10 22:48:24,036][INFO][transport] [ES003]  
> > bound\_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish\_address {inet[/  
> > 10.58.4.19:9300]}  
> > [2013-12-10 22:48:27,126][INFO][cluster.service] [ES003]  
> > new\_master  
> > [ES003][eNTXm\_IQRMieenD80typPQ][inet[/10.58.4.19:9300]]{max\_local\_storage\_nodes=1},  
> > reason: zen-disco-join (elected\_as\_master)  
> > [2013-12-10 22:48:27,137][INFO][discovery] [ES003]  
> > es-demo/eNTXm\_IQRMieenD80typPQ  
> > [2013-12-10 22:48:27,140][INFO][http] [ES003]  
> > bound\_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish\_address {inet[/  
> > 10.58.4.19:9200]}  
> > [2013-12-10 22:48:27,141][INFO][node] [ES003]  
> > started  
> > [2013-12-10 22:48:30,261][INFO][cluster.service] [ES003] added  
> > {[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1},},  
> > reason: zen-disco-receive(join from  
> > node[[ES001][xWnvRPzHTb2ntgD2TZc4Eg][inet[/10.58.4.17:9300]]{max\_local\_storage\_nodes=1}])  
> > [2013-12-10 22:48:30,526][INFO][cluster.service] [ES003] added  
> > {[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> > max\_local\_storage\_nodes=1, master=false},}, reason: zen-disco-receive(join  
> > from  
> > node[[L001][a\_jtW1uWRZey5MTfAPgy-A][inet[/10.58.4.26:9300]]{data=false,  
> > max\_local\_storage\_nodes=1, master=false}])  
> > [2013-12-10 22:48:33,238][INFO][cluster.service] [ES003] added  
> > {[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1},},  
> > reason: zen-disco-receive(join from  
> > node[[ES002][OYYtDH6zRfCoSwSjscyVxQ][inet[/10.58.4.18:9300]]{max\_local\_storage\_nodes=1}])
> > 
> > Thanks,  
> > Joe
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/12681325-822d-4a25-9bb8-3b37d738a360%40googlegroups.com)  
> > .  
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/7b1617ae-15fa-4f14-81d4-7f081d16fc38%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/7b1617ae-15fa-4f14-81d4-7f081d16fc38%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:02am UTC](https://discuss.elastic.co/t/clusterblockexception/14801/4 "2017-07-06T02:02:05Z")

</div>


