- I have AWS Elasticsearch running with 3 Master nodes(C4.large) and 10
data nodes(C5.large). Recently I am experiencing frequently that my
domain gets into yellow state for some time around 30 mins and then i
do nothing it changes to green.
- when i used the query
GET /_cluster/allocation/explain?pretty
this is what i see
{
"index" : "lgst-",
"shard" : 4,
"primary" : false,
"current_state" : "unassigned",
"unassigned_info" : {
"reason" : "NODE_LEFT",
"at" : "2021-01-06T13:15:38.721Z",
"details" : "node_left [**************]",
"last_allocation_status" : "no_attempt"
},
"can_allocate" : "yes",
"allocate_explanation" : "can allocate the shard",
"target_node" : {
"id" : "****************",
"name" : "********************"
},
- I couldn't understand what does it mean and how do i over come it. Any help please would be appreciated.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…