Now by default a new partitioner is chosen Murmer3. The range of tokens used to be something like 0 - 2^127. Now the range of its tokens is -2^64 <-> 2^64 . You can switch back to random partitioner and follow the old instructions or try to find a new doc with the new instructions.
On Thu, Jan 31, 2013 at 2:47 PM, <stephen.m.thomp...@wellsfargo.com> wrote: > Hi folks, I’m trying to get a multimode setup working, which seems like it > should be really simple from the documentation. > > > > ERROR 11:41:20,773 Fatal configuration error > > org.apache.cassandra.exceptions.ConfigurationException: For input string: > "85070591730234615865843651857942052864" > > at > org.apache.cassandra.dht.Murmur3Partitioner$1.validate(Murmur3Partitioner.java:180) > > at > org.apache.cassandra.config.DatabaseDescriptor.loadYaml(DatabaseDescriptor.java:433) > > at > org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:121) > > at > org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:178) > > at > org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:397) > > at > org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:440) > > For input string: "85070591730234615865843651857942052864" > > Fatal configuration error; unable to start server. See log for stacktrace. > > > > From my cassandra.yaml … > > > > initial_token: 85070591730234615865843651857942052864 > > > > From the wiki this certainly looks correct: > > http://www.datastax.com/docs/1.1/initialize/cluster_init > > > > I’ve tried this with a couple of values but seem to always get the same > result … am I missing something? > > > > Thanks, > > Steve