Re: Nodetool ring not showing all nodes in cluster

2011-08-03 Thread Aishwarya Venkataraman
and C back into the ring. Hope that helps. - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 3 Aug 2011, at 09:43, Aishwarya Venkataraman wrote: I corrected the seed list and checked the cluster name. They are all good now

Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
Hello, I recently migrated 400 GB of data that was on a different cassandra cluster (3 node with RF= 3) to a new cluster. I have a 3 node cluster with replication factor set to three. When I run nodetool ring, it does not show me all the nodes in the cluster. It always keeps showing only one

Re: Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
keyspace, bring the cluster up and bootstrap the nodes. Kind regards, Sorin On Tue, Aug 2, 2011 at 2:53 PM, Aishwarya Venkataraman cyberai...@gmail.com wrote: Hello, I recently migrated 400 GB of data that was on a different cassandra cluster (3 node with RF= 3) to a new cluster. I have a 3

Re: Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
Also I see these in the logs ERROR 08:53:47,678 Internal error processing batch_mutate java.lang.IllegalStateException: replication factor (3) exceeds number of endpoints (1) On Tue, Aug 2, 2011 at 7:21 AM, Aishwarya Venkataraman cyberai...@gmail.com wrote: Replies inline. Thanks, Aishwarya

Re: Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
at 7:21 AM, Aishwarya Venkataraman cyberai...@gmail.com wrote: Replies inline. Thanks, Aishwarya On Tue, Aug 2, 2011 at 7:12 AM, Sorin Julean sorin.jul...@gmail.com wrote: Hi,  Until someone answers  with more details, few questions:  1. did you moved the system keyspace

Re: Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
On Tue, Aug 2, 2011 at 10:30 AM, Adi adi.pan...@gmail.com wrote:  The seedlist of A is localhost. Seedlist of B is localhost, A_ipaddr and seedlist of C is localhost,B_ipaddr,A_ipaddr. Using localhost(or own IP address for non-seed nodes) is not a good practice. Try  The seedlist of A

Re: Nodetool ring not showing all nodes in cluster

2011-08-02 Thread Aishwarya Venkataraman
as one of the items in it if you have multiple nodes. On Tue, 2011-08-02 at 10:10 -0700, Aishwarya Venkataraman wrote: Nodetool does not show me all the nodes. Assuming I have three nodes A, B and C. The seedlist of A is localhost. Seedlist of B is localhost, A_ipaddr and seedlist of C