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

Improve ketama hashring replication #5427

Merged
merged 1 commit into from Jun 21, 2022

Commits on Jun 21, 2022

  1. Improve ketama hashring replication

    With the Ketama hashring, replication is currently handled by choosing
    subsequent nodes in the list of endpoints. This can lead to existing nodes
    getting more series when the hashring is scaled.
    
    This commit changes replication to choose subsequent nodes from the hashring
    which should not create new series in old nodes when the hashring is scaled.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Jun 21, 2022
    Copy the full SHA
    1587739 View commit details
    Browse the repository at this point in the history