-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[Doc] Document automatic ordering of ILM actions #41729
Description
On this page, it will be helpful to:
-
Put a note at the top of this page to indicate that ILM will automatically order the actions within a phase, i.e., users do not have to worry about what actions to list first in a phase. In fact, users cannot influence the ordering themselves. And that the actions listed within each phase on this page are in the order consistent with the automatic ordering (see part 2 below).
-
Currently, on this page, we list the actions within each phase in an undetermined order. It will be helpful to list these using an ordering that is consistent with the automatic ordering used in our code.
For example, for warm phase, the automatic ordering is: Unfollow, SetPriority, Allocate, ForceMerge, ReadOnly, Shrink.
But these actions are listed in the doc in the order: SetPriority, Allocate, ReadOnly, ForceMerge, ShrinkAction, Unfollow