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 Index Deletion During Partial Snapshot Create #50234

Merged

Commits on Dec 16, 2019

  1. Fix Index Deletion During Partial Snapshot Create

    We can simply filter out shard generation updates for indices
    that were removed from the cluster state concurrently to fix
    index deletes during partial snapshots as that completely removes
    any reference to those shards from the snapshot.
    
    Follow up to elastic#50202
    Closes elastic#50200
    original-brownbear committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    793823e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a80b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d219dfa View commit details
    Browse the repository at this point in the history