-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ILM] [DOCS] add general info about steps #36081
Conversation
it is important for users to understand that phases are compiled into Steps that are exposed via the Explain Lifecycle API.
Pinging @elastic/es-core-features |
Co-Authored-By: talevy <JubBoy333@gmail.com>
in the index's metadata. The phase and its actions are compiled into a series | ||
of discrete steps that are executed. Since some {ILM} actions are more complex | ||
and involve multiple actions against an index, each of these are done in their | ||
own step. This provides better visibility into the execution of the phases. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This provides better visibility into the execution of the phases
-> I'm not sure about this sentence since this is not actually the reason we have steps (Though it is the reason why we expose steps in the ILM explain API). The reason we split the actions into steps is so we have better control over the execution of the lifecycle and so we know exactly which operations have been executed and which are still to be done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another sentence that is unnecessary
Co-Authored-By: talevy <JubBoy333@gmail.com>
Co-Authored-By: talevy <JubBoy333@gmail.com>
it is important for users to understand that phases are compiled into Steps that are exposed via the Explain Lifecycle API.
it is important for users to understand that phases
are compiled into Steps that are exposed via the
Explain Lifecycle API.
related to #34937