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

Fix NPE in Partial Snapshot Without Global State (#55776) #55784

Merged
merged 1 commit into from
Apr 27, 2020

Commits on Apr 27, 2020

  1. Fix NPE in Partial Snapshot Without Global State (elastic#55776)

    We make sure to filter shard generations for indices that are missing
    from the metadata when finalizing a partial snapshot (from concurrent index deletion)
    but we failed to account for the case where we manually build a fake metadata instance
    for snapshots without the global state.
    Fixed this by handling missing indices by skipping, same way we do it for filtering the
    shard generations.
    
    Relates elastic#50234
    original-brownbear committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6a161f4 View commit details
    Browse the repository at this point in the history