Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynomite tokens

vummitimohan opened this issue · comments

I would like to create a dynomite cluster with 2 racks and each rack having 7 to 8 nodes, can any one suggest me the token for each node, I tried to find the token for each node using below formula but its giving me the decimal numbers

nodeToken = (4294967295 / numberOfNodesInRack) * nodeIndex

can any one help me here