-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:Data Management/Data streamsData streams and their lifecyclesData streams and their lifecycles>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
When using a large number of data-streams combined with rollover schedules that could cause the rollovers to collide a significant number of slow rollover CS updates can queue up. They are mainly slow due to having to run a reroute on every index creation, but also just come with the latency associated with any CS update.
This could lead to the normal priority CS updates getting blocked for many minutes which is not ideal.
Batching the cluster state updates in the TransportRolloverAction
would allow for an efficient batching of reroutes out of the box as well as of the cluster state updates in general speed up the functionality.
relates #77466
Metadata
Metadata
Assignees
Labels
:Data Management/Data streamsData streams and their lifecyclesData streams and their lifecycles>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team