Hi.
Got a strange one, When I shutdown one of my data nodes (my topology is 2 MN's, 2 DN's and 2 CN/IN's) the shards don't go to the other DN .. they just stay unassigned
The other day I upgraded my system from 2.3.4 to 5.2.2 (6 x ES, 2 x KIB, 2 x LS) everything went real smoothly , I followed the procedure of first stop automatic allocation flush and then reenabled it again as per this URL:
https://www.elastic.co/guide/en/elasticsearch/reference/5.2/restart-upgrade.html
Just checked my template and don't have the 'allocate disabled' in place so why aren't my shards moving around?
curl -XGET els01:9200/_cluster/settings?pretty
{
"persistent" : {
"cluster" : {
"routing" : {
"allocation" : {
"disk" : {
"watermark" : {
"low" : "90%",
"high" : "95%"
}
},
"enable" : "all"
}
},
"info" : {
"update" : {
"interval" : "30s"
}
}
}
},
"transient" : { }
}
Thanks.