Hey Colin,
Looks like you may have put the token next to num-tokens property in the
> yaml file for one node. I would double check the yaml's to make sure the
> tokens are setup correctly and that the ip addresses are associated with
> the right entries as well.
> Compare them to a fresh download
Looks like you may have put the token next to num-tokens property in the
yaml file for one node. I would double check the yaml's to make sure the
tokens are setup correctly and that the ip addresses are associated with
the right entries as well.
Compare them to a fresh download if possible to see
>
> You probably generated the wrong token type. Look for a murmur token
> generator on the Datastax site.
What Colin is saying is that the tool you used to create the token, is not
> creating tokens usable for the Murmur3Partitioner. That tool is probably
> generating tokens for the (original) R
What Colin is saying is that the tool you used to create the token, is
not creating tokens usable for the Murmur3Partitioner. That tool is
probably generating tokens for the (original) RandomPartitioner, which
has a different range.
On 05/17/2014 07:20 PM, Tim Dunphy wrote:
Hi and thanks for
You probably generated the wrong token type. Look for a murmur token
generator on the Datastax site.
--
Colin
320-221-9531
On May 17, 2014, at 7:00 PM, Tim Dunphy wrote:
Hi and thanks for your response.
The puzzling thing is that yes I am using the murmur partition, yet I am
still getting th
Hi and thanks for your response.
The puzzling thing is that yes I am using the murmur partition, yet I am
still getting the error I just told you guys about:
[root@beta:/etc/alternatives/cassandrahome] #grep -i partition
conf/cassandra.yaml | grep -v '#'
partitioner: org.apache.cassandra.dht.Murm
You may have used the old random partitioner token generator. Use the murmur
partitioner token generator instead.
--
Colin
320-221-9531
> On May 17, 2014, at 1:15 PM, Tim Dunphy wrote:
>
> Hey all,
>
> I've set my initial_token in cassandra 2.0.7 using a python script I found
> at the dat