Re: adding node without bootstrap

2011-09-25 Thread aaron morton
Then there is nothing to repair. Set a better token, cassandra-cli to increase the RF to 2 and then kick off repair. A - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 26/09/2011, at 10:12 AM, Radim Kolar wrote: > Dne 25.9.2011 22:4

Re: adding node without bootstrap

2011-09-25 Thread Radim Kolar
Dne 25.9.2011 22:40, aaron morton napsal(a): That message will be logged if there RF on the keyspace is 1 or if the other nodes are not up. What's the RF ? rf is 1.

Re: adding node without bootstrap

2011-09-25 Thread aaron morton
That message will be logged if there RF on the keyspace is 1 or if the other nodes are not up. What's the RF ? You should also sort out the tokens before going to far. Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 25/09/201

Re: adding node without bootstrap

2011-09-24 Thread Radim Kolar
If you join a node with auto_bootstrap=false you had better be working at quorum or higher to avoid stale/not found reads. You should then repair the node right away to get all the missing data back on the node. This is not suggested. It is best to leave auto_boostrap=true and let Cassandra h

Re: adding node without bootstrap

2011-09-13 Thread Edward Capriolo
2011/9/13 Radim Kolar > If i add node without bootstrap and run repair on both nodes then no data > are moved to new node, just new writes are going to new node. This is > expected behaviour or it is some kind of user or program error? > No. This is exactly what you are asking the node to do by

adding node without bootstrap

2011-09-13 Thread Radim Kolar
If i add node without bootstrap and run repair on both nodes then no data are moved to new node, just new writes are going to new node. This is expected behaviour or it is some kind of user or program error?