On Wed, Jul 9, 2014 at 3:36 PM, Diane Griffith <dfgriff...@gmail.com> wrote:

> Hope someone can help. We are having issues restoring all nodes of a
> cassandra 2.0 cluster from a snapshot. I have reviewed the instructions
> [Restoring from a snapshot][1]
>
Was there supposed to be a link here?

Briefly, did you restore the system column family? Are you using vnodes?
 Did you set initial_token on the target cluster nodes to be the same as on
source nodes?

Use :

nodetool info -T | grep Token | awk '{print $3}' | paste -s -d,

To generate a comma delimited list of tokens per node and populate
initial_token in cassandra.yaml before the first time you start any target
Cassandra node.

=Rob

Reply via email to