Unassigned shards after node leave even when node is excluded

Hi,

We are using ES version : 5.6.4 and have configured :

"index.unassigned.node_left.delayed_timeout": "5m"

We had some issues with a node in the cluster so we had to exclude it ( using Cluster-level shard allocation filtering | Elasticsearch Guide [8.11] | Elastic ). Shards were reallocating but the issues were getting worse so we decided to shut down the node and let cluster survive in yellow status and recover from other shards. But when the node was done we had multiple shards that were unassigned and wasn't recovering. Using Cluster allocation explain API | Elasticsearch Guide [8.11] | Elastic we discovered that shards were not recovering since cluster was waiting for node that was down.

"allocate_explanation": "cannot allocate because the cluster is still waiting 35.2s for the departed node holding a replica to rejoin, despite being allowed to allocate the shard to at least one other node"

So, my question is why cluster hasn't recovered shards that couldn't have been assigned to that specific node even if it started again (it was excluded) ?

Thanks in advance

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