Hi all, cassandra.yaml mentions that the new token allocation algorithm is only supported with the Murmur3Partitioner [1]. When looking at the commit [2] I see that IPartitioner interface is used. I do see references to Murmur3Partitioner but only in tests classes.
What would prevent to use RandomPartitioner? Thanks, Romain [1] https://github.com/apache/cassandra/blob/trunk/conf/cassandra.yaml#L35 [2] https://github.com/apache/cassandra/commit/9a3fa887cfa03c082f249d1d4003d87c14ba5d24