Re: Cassandra error Insufficient space to compact

2011-03-31 Thread aaron morton
Where are the connection refused messages ? Are they client side ? Can you cannot to the cluster with nodetool and run the ring command ? Aaron On 31 Mar 2011, at 11:44, Anurag Gujral wrote: I restarted the cassandra node with more disks when I try to connect to cassandra i get connection

Cassandra error Insufficient space to compact

2011-03-30 Thread Anurag Gujral
Hi All, I am getting following message from cassandra WARN [CompactionExecutor:1] 2011-03-30 18:46:33,272 CompactionManager.java (line 406) insufficient space to compact all requested files SSTableReader( I am using 16G of java heap space ,please let me know should I consider this as

Re: Cassandra error Insufficient space to compact

2011-03-30 Thread Narendra Sharma
The space referred in the log message is disk space and not heap. So check if you are running low on disk space. Thanks, Naren On Wed, Mar 30, 2011 at 4:55 PM, Anurag Gujral anurag.guj...@gmail.comwrote: Hi All, I am getting following message from cassandra WARN

Re: Cassandra error Insufficient space to compact

2011-03-30 Thread Anurag Gujral
I restarted the cassandra node with more disks when I try to connect to cassandra i get connection refused errors. I see the following in the logs INFO [HintedHandoff:1] 2011-03-30 19:37:42,189 HintedHandOffManager.java (line 304) Started hinted handoff for endpoint /10.97.145.35 INFO