Re: Failed to connect to '127.0.0.1:7199'

2013-04-06 Thread Everton Lima
What is the IP setted in cassandra.yalm file? Try to use that IP. 2013/4/6 zg zhang.i...@gmail.com Hi everyone, I have a 3 nodes cluster, one node when I use nodetool, I met a error Failed to connect to '127.0.0.1:7199':Connection timed out, use CLI and CQLsh is ok on this node, the other

Re: Cassandra services down frequently [Version 1.1.4]

2013-04-06 Thread aaron morton
We can see from below that you've tweaked and disabled many of the memory safety valve and other memory related settings. Agree. Also you are running with JVM heap size of 3.81GB which is non default. For a 16GB node I would expect 8GB. Try restoring the yaml values to the defaults and

Re: Repair hangs when merkle tree request is not acknowledged

2013-04-06 Thread aaron morton
If I wait 24 hours, the repair command will return an error saying that the node died… but the node really didn't die, I watch it the whole time. Can you include the error, it makes it easier to know what's going on. You should see INFO messages on the node you are running repair on that say

Re: Lost data after expanding cluster c* 1.2.3-1

2013-04-06 Thread Kais Ahmed
hi aaron, nodetool compactionstats on all nodes return 1 pending task : ubuntu@app:~$ nodetool compactionstats host pending tasks: 1 Active compaction remaining time :n/a The command nodetool rebuild_index was launched several days ago. 2013/4/5 aaron morton aa...@thelastpickle.com

Re: Cassandra services down frequently [Version 1.1.4]

2013-04-06 Thread adeel . akbar
Thank you Aaron and Bryan for your advice. I have changed following parameters and now Cassandra running absolutely fine. Please review below setting and advice am I right or right direction. cassandra-env.sh #JVM_OPTS=$JVM_OPTS -ea MAX_HEAP_SIZE=6G HEAP_NEWSIZE=500M cassandra.yaml # do

Re: Counter batches query

2013-04-06 Thread Edward Capriolo
For #2 There are tow mutates in thrift batch_mutate and atomic_batch_mutate. The atomic version was just added. If you care more about the performance do not use the atomic version.. On Sat, Apr 6, 2013 at 12:03 AM, Matt K infinitelimittes...@gmail.comwrote: Hi, I have an application that