(Re)Starting a Data Node Holding a Large Number of Indices can Take Minutes #83203
Labels
>bug
:Distributed Coordination/Cluster Coordination
Cluster formation and cluster state publication, including cluster membership and fault detection.
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Restarting a data node holding lots of indices takes an unexpected amount of time.
For a node holding ~10k Beats mapping indices, it takes ~10 minutes to re-start the node.
Effectively all the time is spent on validating mappings on a single hot thread:
We should find a way to speed this up, adding a 10 minute window to restarting a large data node makes operations complicated.
The text was updated successfully, but these errors were encountered: