Open
Description
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.