Skip to content
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

Allow ILM to stop if indices have nonexistent policies (#40820) #40858

Merged
merged 1 commit into from
Apr 8, 2019

Commits on Apr 4, 2019

  1. Allow ILM to stop if indices have nonexistent policies (elastic#40820)

    Prior to this PR, there is a bug in ILM which does not allow ILM to stop
    if one or more indices have an index.lifecycle.name which refers to
    a policy that does not exist - the operation_mode will be stuck as
    STOPPING until either the policy is created or the nonexistent
    policy is removed from those indices.
    
    This change allows ILM to stop in this case and makes the logging more
    clear as to why ILM is not stopping.
    gwbrown committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c32d486 View commit details
    Browse the repository at this point in the history