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

Simplify handling of ignored unassigned shards #12339

Merged
merged 1 commit into from
Jul 20, 2015

Commits on Jul 20, 2015

  1. Simplify handling of ignored unassigned shards

    Fold ignored unassigned to a UnassignedShards and have simpler handling of them. Also remove the trapy way of adding an ignored unassigned shards today directly to the list, and have dedicated methods for it.
    
    This change also removes the useless moving of unassigned shards to the end, since anyhow we first, sort those unassigned shards, and second, we now have persistent "store exceptions" that should not cause "dead letter" shard allocation.
    kimchy committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    32445bb View commit details
    Browse the repository at this point in the history