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

Fail snapshot operations early on repository corruption #30140

Merged
merged 4 commits into from
Apr 27, 2018

Commits on Apr 27, 2018

  1. Fix NullPointerException when creating or deleting a snapshot

    A NullPointerException is thrown when trying to create or delete
    a snapshot in a repository that has been used by a pre-5.5 cluster
    and a post-5.5 cluster. The way snapshots are formatted in the
    repository snapshots index file changed in elastic#24477 and it can cause
    a NPE if a very specific set of operations is written in the repository.
    tlrx committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    b6bdc2e View commit details
    Browse the repository at this point in the history
  2. Update PR number

    tlrx committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ff72347 View commit details
    Browse the repository at this point in the history
  3. Apply feedback

    tlrx committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    46d4748 View commit details
    Browse the repository at this point in the history
  4. Update Changelog

    tlrx committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    2177da2 View commit details
    Browse the repository at this point in the history