You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Arjan van Ham <ar...@bunchball.com> on 2011/01/07 22:57:16 UTC

Bootstrapping problem

 

I have a Cassandra cluster (release 0.7.0-rc4)  of two nodes, and am trying
to add a third node. This cluster has a non-standard setting of 7001 for
storage_port.

 

With auto_bootstrap=false, this node can join the cluster fine. However when
I'm setting auto_bootstrap to true, I see the following error:

 

INFO [main] 2011-01-07 16:02:33,977 StorageService.java (line 399) Joining:
getting bootstrap token

ERROR [main] 2011-01-07 16:02:33,979 AbstractCassandraDaemon.java (line 234)
Exception encountered during startup.

java.lang.RuntimeException: No other nodes seen!  Unable to bootstrap

        at
org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.java:1
64)

        at
org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:146
)

        at
org.apache.cassandra.dht.BootStrapper.getBootstrapToken(BootStrapper.java:14
1)

        at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:3
57)

        at
org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandra
Daemon.java:161)

        at
org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:55)

        at
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassan
draDaemon.java:217)

        at
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:134)

 

Has anyone tried to bootstrap a node with a non-standard setting for
storage_port ?

 

Thanks,

Arjan van Ham