This PR adds a functionality to change the ServerAddressMutations value in the DefaultNodeLocator that control the count of virtual nodes.
In my case, my nodes are too few (only 2) and the count of virtual nodes is not enough to balancing.
I would like to set multiplier to 10000 so that prevent unbalancing.
This PR adds a functionality to change the
ServerAddressMutations
value in theDefaultNodeLocator
that control the count of virtual nodes.In my case, my nodes are too few (only 2) and the count of virtual nodes is not enough to balancing. I would like to set multiplier to 10000 so that prevent unbalancing.