You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Gabriel Ki <ga...@gmail.com> on 2011/12/28 21:53:34 UTC

Bootstrap without initial token

Hi,

I was getting a runtime exception "Chose token 0 which is already in use by
..." when bootstrapping without initial_token.  So looking at
StorageService getBootstrapToken(), if the ring has more than 2 nodes and
all nodes are up, do I always have to specify initial token when adding new
nodes?  Did I miss anything?

Thanks,
-gabe