> AbstractHashedPartitioner
does not exist in the trunk.
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commitdiff;h=a89ef1ffd4cd2ee39a2751f37044dba3015d72f1
Cheers
-----------------
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 24/08/2012, at 10:51 PM, Romain HARDOUIN <romain.hardouin@urssaf.fr> wrote:
>
> Hi,
>
> AbstractHashedPartitioner defines a maximum of 2**127 hence an order of (2**127)+1.
> I'd say that tokens of such partitioners are intented to be distributed in Z/(127), hence
a maximum of (2**127)-1.
> Could there be a mix up between maximum and order?
> This is a detail but could someone confirm/invalidate?
>
> Regards,
>
> Romain
|