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

Refresh cached phase policy definition if possible on new poli… #50820

Merged
merged 8 commits into from
Jan 13, 2020

Commits on Jan 9, 2020

  1. Refresh cached phase policy definition if possible on new policy

    There are some cases when updating a policy does not change the
    structure in a significant way. In these cases, we can reread the
    policy definition for any indices using the updated policy.
    
    This commit adds this refreshing to the `TransportPutLifecycleAction`
    to allow this. It allows us to do things like change the configuration
    values for a particular step, even when on that step (for example,
    changing the rollover criteria while on the `check-rollover-ready` step).
    
    There are more cases where the phase definition can be reread that just
    the ones checked here (for example, removing an action that has already
    been passed), and those will be added in subsequent work.
    
    Relates to elastic#48431
    dakrone committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    a7a2000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f23804 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    7478185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dc7592 View commit details
    Browse the repository at this point in the history
  3. pei -> phaseExecutionInfo

    dakrone committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    86f9455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80822e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eba91b View commit details
    Browse the repository at this point in the history
  6. Add documentation blurb

    dakrone committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    27342f2 View commit details
    Browse the repository at this point in the history