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

Handle failure to release retention leases in ILM #39281

Merged
merged 8 commits into from Feb 26, 2019

Commits on Feb 22, 2019

  1. Handle failure to release retention leases in ILM

    It is possible that the Unfollow API may fail to release shard history
    retention leases when unfollowing, so this needs to be handled by the
    ILM Unfollow action. There's nothing much that can be done automatically
    about it from the follower side, so this change makes the ILM unfollow
    action simply ignore those failures.
    gwbrown committed Feb 22, 2019
    Copy the full SHA
    80acae6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a91fb35 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Add tests

    gwbrown committed Feb 24, 2019
    Copy the full SHA
    593a6a5 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    gwbrown committed Feb 24, 2019
    Copy the full SHA
    c7097b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. add a rest test, that tests unfollow index step works as expected

    when follower cluster is unable to remove retention leases.
    martijnvg committed Feb 26, 2019
    Copy the full SHA
    010bdb2 View commit details
    Browse the repository at this point in the history
  2. Remove old integration test

    gwbrown committed Feb 26, 2019
    Copy the full SHA
    4fd1a9e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c35f6aa View commit details
    Browse the repository at this point in the history
  4. Review feedback

    gwbrown committed Feb 26, 2019
    Copy the full SHA
    2818987 View commit details
    Browse the repository at this point in the history