Cannot allocate because allocation is not permitted to any of the nodes

Hi ,

we are facing issue on elasticsearch, when we are adding replica 1 and shrads 1 on templates then
iml policy is not working properly. indices are not moving from warm to cold phase and delete phase.
image

{
"index" : "cat-2020.08.11-000001",
"shard" : 0,
"primary" : false,
"current_state" : "unassigned",
"unassigned_info" : {
"reason" : "INDEX_CREATED",
"at" : "2020-08-11T09:57:06.687Z",
"last_allocation_status" : "no_attempt"
},
"can_allocate" : "no",
"allocate_explanation" : "cannot allocate because allocation is not permitted to any of the nodes",
"node_allocation_decisions" : [
{
"node_id" : "qKuQfHfCT3CIzhxP5Q2Brw",
"node_name" : "essll03",
"transport_address" : "255.255.0.21:9300",
"node_attributes" : {
"ml.machine_memory" : "3967631360",
"ml.max_open_jobs" : "20",
"box_type" : "cold",
"xpack.installed" : "true",
"transform.node" : "true"
},
"node_decision" : "no",
"weight_ranking" : 1,
"deciders" : [
{
"decider" : "replica_after_primary_active",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
},
{
"decider" : "filter",
"decision" : "NO",
"explanation" : """node does not match index setting [index.routing.allocation.require] filters [box_type:"hot"]"""
},
{
"decider" : "throttling",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
}
]
},
{
"node_id" : "0Dejp5GSSHeoWuq9_HjlcA",
"node_name" : "essll02",
"transport_address" : "255.255.0.18:9300",
"node_attributes" : {
"ml.machine_memory" : "3967631360",
"ml.max_open_jobs" : "20",
"box_type" : "warm",
"xpack.installed" : "true",
"transform.node" : "true"
},
"node_decision" : "no",
"weight_ranking" : 2,
"deciders" : [
{
"decider" : "replica_after_primary_active",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
},
{
"decider" : "filter",
"decision" : "NO",
"explanation" : """node does not match index setting [index.routing.allocation.require] filters [box_type:"hot"]"""
},
{
"decider" : "throttling",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
}
]
},
{
"node_id" : "0fjqByOVSLC730YOiXYsYg",
"node_name" : "essll01",
"transport_address" : "255.255.0.36:9300",
"node_attributes" : {
"ml.machine_memory" : "3967635456",
"box_type" : "hot",
"xpack.installed" : "true",
"transform.node" : "true",
"ml.max_open_jobs" : "20"
},
"node_decision" : "no",
"weight_ranking" : 3,
"deciders" : [
{
"decider" : "replica_after_primary_active",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
},
{
"decider" : "filter",
"decision" : "NO",
"explanation" : """node does not match index setting [index.routing.allocation.include] filters [_name:"non_existent_node"]"""
},
{
"decider" : "throttling",
"decision" : "NO",
"explanation" : "primary shard for this replica is not yet active"
}
]
}
]
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.