Re: nodetool repair stalled

2014-11-12 Thread venkat sam
rc...@eventbrite.com wrote: On Tue, Nov 11, 2014 at 10:48 AM, venkat sam samvenkat...@outlook.com wrote: I have a 5 node cluster. In one node one of the data directory partition got crashed. After disk replacement I restarted the Cassandra daemon and gave nodetool repair to restore

Re: The data didn't spread evenly on disks

2014-11-01 Thread venkat sam
What compaction strategy are you using? venkat From: Yatong Zhang Sent: ‎Saturday‎, ‎November‎ ‎1‎, ‎2014 ‎12‎:‎32‎ ‎PM To: user@cassandra.apache.org Hi there, I am using 2.0.10 and my Cassandra node has 6 disks and I configured 6 data directories in cassandra.yaml. But the data

RE: Commissioning failure

2014-10-31 Thread venkat sam
Thanks Rob. We have disabled firewalls between the nodes and yet getting the same error. I have one more doubt. In our cluster we configured size tiered compaction strategy on JBOD and we are facing issues like uneven distribution of data. Is it possible to change compaction strategy of tables

RE: Commissioning failure

2014-10-31 Thread venkat sam
actually use JBOD with anything else than LCS. With smaller tables it doesn't really matter that much but with big tables you would run into problem with anything else. Please correct me if I am wrong. Hannu 2014-10-31 12:16 GMT+02:00 venkat sam samvenkat...@outlook.com: Thanks Rob. We have

Commissioning failure

2014-10-29 Thread venkat sam
I have a 5 node cassandra cluster and i commissioned 1 new node to the cluster. when i added 1 node. it received streams from 3 nodes out of which 2 were completed successfully and one stream got failed. how can i resume the stream which has failed?