Coder Social home page Coder Social logo

Comments (3)

alikhtarov avatar alikhtarov commented on May 3, 2024

@gotascii Hi, yeah in general our hash functions rely on the servers in the list never being re-ordered. Here's how we deal with this. There are a few situations when we might want to change the server list:

  1. replace a box - in this case we simply replace the host at some index in the list with the new value, without reordering other hosts.
  2. grow the size of the pool - for this, we take care to only add new boxes at the end of the list
  3. shrink the pool - similarly, we only remove boxes from the end of the list.
    Generally these are the only operations we do on the server lists in the config. Note that none of these should happen too often. For any transient failures, we rely on failover + TKO logic to temporarily disable the box without changing the pool's server list.

If the above doesn't work for you, please consider implementing the additional hash support yourself. It shouldn't be too difficult, you need to add an alternative to HashRoute that would hold a list of DestinationRoutes and use the destination keys to do the hash lookup.

from mcrouter.

gotascii avatar gotascii commented on May 3, 2024

Sounds good, thanks for the clarification! If we end up taking a crack at adding ketama we'll send along a PR.

from mcrouter.

andreazevedo avatar andreazevedo commented on May 3, 2024

Thanks @gotascii!
Let us know if you need anything else!

from mcrouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.