-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>bugTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
The process of closing an index involves multiple cluster state updates to add and finalise its blocks; there are also other reasons for adding blocks to an index. ILM may close an index to adjust its codec prior to force-merging, and may apply a write block for other reasons. Today the associated cluster state update tasks run at priority URGENT and are not batched, so can take a very long time to process and gum up other things.
I encountered a cluster that was processing a few thousand such tasks at a rate of about 20 per minute.
We should batch these tasks together to avoid this causing a problem in future.
Relates #77466
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>bugTeam:Data ManagementMeta label for data/management teamMeta label for data/management team