Hi,
I have added a data node to my cluster. Shards are unassigned after the that. 2 primary and 2 replica shards are shown to be UNASSIGNED.
Output of GET
{
"index": "other-administrator-2017.03.09",
"shard": 3,
"primary": true,
"current_state": "unassigned",
"unassigned_info": {
"reason": "NODE_LEFT",
"at": "2019-07-16T05:01:51.383Z",
"details": "node_left[B2GcZ5KFRG23IMePeJWA4g]",
"last_allocation_status": "no_valid_shard_copy"
},
"can_allocate": "no_valid_shard_copy",
"allocate_explanation": "cannot allocate because a previous copy of the primary shard existed but can no longer be found on the nodes in the cluster",
"node_allocation_decisions": [
{
"node_id": "0MdxLk76SNCwFezbM8Uybw",
"node_name": "dxb-dso01-nec-nfvi2-cmn-nec-celshd02.nfvi.localdomain",
"transport_address": "172.17.41.146:9300",
"node_attributes": {
"xpack.installed": "true"
},
"node_decision": "no",
"store": {
"found": false
}
},
{
"node_id": "7Vhv_D4oR_2KtDQpWuxtPw",
"node_name": "dxb-dso01-nec-nfvi2-cmn-nec-celshd05.nfvi.localdomain",
"transport_address": "172.17.41.149:9300",
"node_attributes": {
"xpack.installed": "true"
},
"node_decision": "no",
"store": {
"found": false
}
},
{
"node_id": "B2GcZ5KFRG23IMePeJWA4g",
"node_name": "dxb-dso01-nec-nfvi2-cmn-nec-celshd01.nfvi.localdomain",
"transport_address": "172.17.41.145:9300",
"node_attributes": {
"xpack.installed": "true"
},
"node_decision": "no",
"store": {
"found": false
}
},
{
"node_id": "cC9S519DT0WvEg-dDrivzA",
"node_name": "dxb-dso01-nec-nfvi2-cmn-nec-celshd04.nfvi.localdomain",
"transport_address": "172.17.41.148:9300",
"node_attributes": {
"xpack.installed": "true"
},
"node_decision": "no",
"store": {
"found": false
}
},
{
"node_id": "eaIb-E2ET5-hqTUs9VQRqg",
"node_name": "dxb-dso01-nec-nfvi2-cmn-nec-celshd03.nfvi.localdomain",
"transport_address": "172.17.41.147:9300",
"node_attributes": {
"xpack.installed": "true"
},
"node_decision": "no",
"store": {
"found": false
}
}
]
}
This output shows error to be NODE_LEFT. What should be the reason?