Re: Simple test of adding a node causes data loss

2013-11-21 Thread Tamar Rosen
This worked, thanks. On Thu, Nov 21, 2013 at 5:20 PM, Julien Campan wrote: > Hi, > > You said : Adjusted cassandra.yaml as above except that for seeds put both > server addresses > > If you put the new node into the seeds list, your node will not bootstrap. > This could explain why you see only

Re: Simple test of adding a node causes data loss

2013-11-21 Thread Julien Campan
Hi, You said : Adjusted cassandra.yaml as above except that for seeds put both server addresses If you put the new node into the seeds list, your node will not bootstrap. This could explain why you see only the half of your data. Can you check in system.log ? By the way, you can retry without

Simple test of adding a node causes data loss

2013-11-21 Thread Tamar Rosen
Hi, We are testing the process of adding a node to a cluster using a simple procedure, and seeing data loss. System: Ubuntu 12.04 on AWS Version: Cassandra + dsc 1.2.10 Here is what we did: Created 2 new m1.large instances Installed Java Installed Cassandra 1.2.10 (the version we are using in ou