-
Notifications
You must be signed in to change notification settings - Fork 36
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
Make distribution function (pick none/shard) configurable. #9
Labels
Comments
cabol
added a commit
that referenced
this issue
May 30, 2016
cabol
added a commit
that referenced
this issue
May 31, 2016
cabol
added a commit
that referenced
this issue
May 31, 2016
cabol
added a commit
that referenced
this issue
May 31, 2016
cabol
added a commit
that referenced
this issue
May 31, 2016
cabol
added a commit
that referenced
this issue
Jun 1, 2016
cabol
added a commit
that referenced
this issue
Jun 1, 2016
cabol
added a commit
that referenced
this issue
Jun 1, 2016
[#9] Implement configurable and dynamic pick/compute shard and node functions
Fixed with PR #11. |
cabol
added a commit
that referenced
this issue
Jun 1, 2016
cabol
added a commit
that referenced
this issue
Jun 1, 2016
[#9] Implement configurable and dynamic pick/compute shard and node functions
cabol
added a commit
that referenced
this issue
Jun 1, 2016
[#9] Implement configurable and dynamic pick/compute shard and node functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
shards_dist
uses Jumping Consistent Hashing, but it would be good to make this function to calculate/pick the node totally configurable.I don't know if make sense do the same for
shards_local
, because locally, we always have the same amount of shards and the function is pretty dump and simple (erlang:phash2/2
).The text was updated successfully, but these errors were encountered: