You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving directly to the copy_execution_state step using move-to-step, a NullPointerException shows up as the cause of the error step. Rather than
running into this, we should guard against this and return a more helpful
exception to the user to let them know how to fix it.
In the event that the target index does not exist when `CopyExecutionStateStep`
executes, this avoids a `NullPointerException` and provides a more helpful error
to the ILM user.
Resolveselastic#35567
In the event that the target index does not exist when `CopyExecutionStateStep`
executes, this avoids a `NullPointerException` and provides a more helpful error
to the ILM user.
Resolves#35567
In the event that the target index does not exist when `CopyExecutionStateStep`
executes, this avoids a `NullPointerException` and provides a more helpful error
to the ILM user.
Resolves#35567
When moving directly to the
copy_execution_state
step using move-to-step, aNullPointerException
shows up as the cause of the error step. Rather thanrunning into this, we should guard against this and return a more helpful
exception to the user to let them know how to fix it.
Reproduction:
Produces the following JSON:
The text was updated successfully, but these errors were encountered: