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

Tie-break shard path decision based on total number of shards on path #27039

Merged
merged 1 commit into from
Oct 24, 2017

Commits on Oct 18, 2017

  1. Tie-break shard path decision based on total number of shards on path

    Right now if the number of shards for a particular index is equal across the
    data paths, we tie-break on space. This changes to tie-break first on the total
    number of shards for each path, and then, if that is the same, on the usable
    bytes.
    
    Relates to elastic#26654 (it's a follow-up)
    dakrone committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    0d2867f View commit details
    Browse the repository at this point in the history