Problem in getting data from a 2 node cluster of Cassandra

2012-06-08 Thread Prakrati Agrawal
Dear all I was originally having a 1 node cluster. Then I added one more node to it with initial token configured appropriately. Now when I run my queries I am not getting all my data ie all columns. Output on 2 nodes Time taken to retrieve columns 43707 of key range is 1276 Time taken to

Re: Problem in getting data from a 2 node cluster of Cassandra

2012-06-08 Thread Roshni Rajagopal
Hi Prakrati, In an ideal situation, no data should be lost when a node is added. How are you getting the statistics below. The output below looks like its from some code using Hector or Thrift..is the code to get statistics from a 1 node cluster or 2 exactly the same- with the only change

Re: Problem in getting data from a 2 node cluster of Cassandra

2012-06-08 Thread rohit bhatia
run nodetool -h localhost cfstats on the nodes... this gives node specific column family based data... just run this for both nodes... On Fri, Jun 8, 2012 at 12:46 PM, Prakrati Agrawal prakrati.agra...@mu-sigma.com wrote: Yes the code is the same for both 1 and 2 node cluster. It's a Hector