Re: Exception when running a clean up

2011-03-10 Thread Jonathan Ellis
Unrelated to either upgrade or scrub. That just means you need to install JNA to get native linking instead of having to fork to run ln. On Thu, Mar 10, 2011 at 5:54 PM, Stu King wrote: > I have upgraded from 0.7.0 to 0.7.3. I then run nodetool scrub on my > keyspace and now see this exception:

Re: Exception when running a clean up

2011-03-10 Thread Stu King
I have upgraded from 0.7.0 to 0.7.3. I then run nodetool scrub on my keyspace and now see this exception: Exception in thread "main" java.io.IOError: java.io.IOException: Cannot run program "ln": java.io.IOException: error=24, Too many open files at org.apache.cassandra.db.ColumnFamilyStore.snapsh

Re: Exception when running a clean up

2011-03-09 Thread aaron morton
What version of cassandra are you using and what is the upgrade history for the cluster? Aaron On 10/03/2011, at 8:24 PM, Stu King wrote: > I am seeing this exception when I am trying to run a cleanup. I want to > decommission the node after the cleanup. > > java.util.concurrent.ExecutionExcep