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

Remove cluster.routing.allocation.balance.primary #9159

Merged
merged 1 commit into from Jan 6, 2015

Commits on Jan 6, 2015

  1. [ALLOCATION] Remove primary balance factor

    The `cluster.routing.allocation.balance.primary` setting has caused
    a lot of confusion in the past while it has very little benefit form a
    shard allocatioon point of view. Users tend to modify this value to
    evently distribute primaries across the nodes which is dangerous since
    a prmiary flag on it's own can trigger relocations. The primary flag for a shard
    is should not have any impact on cluster performance unless the high level feature
    suffereing from primary hotspots is buggy. Yet, this setting was intended to be a
    tie-breaker which is not necessary anymore since the algorithm is deterministic.
    
    This commit removes this setting entriely.
    s1monw committed Jan 6, 2015
    1
    Copy the full SHA
    236e249 View commit details
    Browse the repository at this point in the history