Re: Delete Issues with cassandra cluster

2013-03-27 Thread aaron morton
> Node1 seeds Node2 > Node2 seeds Node1 > Node3 seeds Node1 General best practice is to have the same seed list for all nodes. You want 2 or 3 seeds per data centre. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 2

Re: Delete Issues with cassandra cluster

2013-03-25 Thread Byron Wang
I've actually tried all or 1. Anyway I think I've solved the issue. Seems like node1 is having some issues with regards to connections. Thanks! -- Byron Wang Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, March 25, 2013 at 9:11 PM, Víctor Hugo Oliveira Molinar wrote:

Re: Delete Issues with cassandra cluster

2013-03-25 Thread Víctor Hugo Oliveira Molinar
What is the consistence level of your read and write operations? On Mon, Mar 25, 2013 at 8:39 AM, Byron Wang wrote: > Hi, > > I'm using cassandra 1.2.3. > > I've successfully clustered 3 machines and created a keyspace with > replication factor 3. > > Node1 seeds Node2 > Node2 seeds Node1 > Node

Delete Issues with cassandra cluster

2013-03-25 Thread Byron Wang
Hi, I'm using cassandra 1.2.3. I've successfully clustered 3 machines and created a keyspace with replication factor 3. Node1 seeds Node2 Node2 seeds Node1 Node3 seeds Node1 I insert an entry using node1. Using cqlsh from another node, I try to delete the item by sending out the delete comma