Specifying initial token in 1.2 fails

2013-01-04 Thread Dwight Smith
Hi Just started evaluating 1.2 - starting a clean Cassandra node - the usual practice is to specify the initial token - but when I attempt to start the node the following is observed: INFO [main] 2013-01-03 14:08:57,774 DatabaseDescriptor.java (line 203) disk_failure_policy is stop DEBUG

Re: Specifying initial token in 1.2 fails

2013-01-04 Thread Michael Kjellman
@cassandra.apache.orgmailto:'user@cassandra.apache.org' user@cassandra.apache.orgmailto:user@cassandra.apache.org Subject: Specifying initial token in 1.2 fails Hi Just started evaluating 1.2 – starting a clean Cassandra node – the usual practice is to specify the initial token – but when I attempt

RE: Specifying initial token in 1.2 fails

2013-01-04 Thread Dwight Smith
seems to only apply to RandomPartitioner. Thanks again From: Michael Kjellman [mailto:mkjell...@barracuda.com] Sent: Friday, January 04, 2013 8:39 AM To: user@cassandra.apache.org Subject: Re: Specifying initial token in 1.2 fails Murmur3 != MD5 (RandomPartitioner) From: Dwight Smith dwight.sm

Re: Specifying initial token in 1.2 fails

2013-01-04 Thread Michael Kjellman
@cassandra.apache.orgmailto:user@cassandra.apache.org Subject: RE: Specifying initial token in 1.2 fails Michael Yes indeed – my mistake. Thanks. I can specify RandomPartitioner, since I do not use indexing – yet. Just for informational purposes – with Murmur3 - to achieve a balanced cluster – is the initial

Re: Specifying initial token in 1.2 fails

2013-01-04 Thread Nick Bailey
tokens to nodes anymore. Best, michael From: Dwight Smith dwight.sm...@genesyslab.com Reply-To: user@cassandra.apache.org user@cassandra.apache.org Date: Friday, January 4, 2013 8:48 AM To: 'user@cassandra.apache.org' user@cassandra.apache.org Subject: RE: Specifying initial token in 1.2 fails

Re: Specifying initial token in 1.2 fails

2013-01-04 Thread Edward Capriolo
: Friday, January 4, 2013 8:48 AM To: 'user@cassandra.apache.org' user@cassandra.apache.org Subject: RE: Specifying initial token in 1.2 fails Michael ** ** Yes indeed – my mistake. Thanks. I can specify RandomPartitioner, since I do not use indexing – yet. ** ** Just