Re: cassandra fatal error when compaction

2011-07-22 Thread lebron james
it happend again i turn off compaction by setting max and min compaction tresholds to zero, and run, 5 threads of inserts, after base reach 27GB size cassandra fall with same error. OS Windows Server 2008 datacenter, JVM have 1.5 GB heap. cassandra version 0.8.1 all parameters in conf file are defa

Re: cassandra fatal error when compaction

2011-07-22 Thread aaron morton
Something has shutdown the mutation stage thread pool. This happens during drain or decommission / move. Restart the service and it should be ok. if it happens again without anyone running something like drain, decommission or move let us know. Cheers - Aaron Morton Freelan

Re: cassandra fatal error when compaction

2011-07-22 Thread lebron james
ERROR [pool-2-thread-3] 2011-07-22 10:34:59,102 Cassandra.java (line 3294) Internal error processing insert java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut down at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor$1.rejectedExecution(DebuggableThreadPoolExecu

Re: cassandra fatal error when compaction

2011-07-21 Thread aaron morton
Looks like nodetool drain has been run. Anything else in the logs ? - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 22 Jul 2011, at 05:48, lebron james wrote: > Why cassandra fall when i start comaction with nodetool on 35+gb database.

cassandra fatal error when compaction

2011-07-21 Thread lebron james
Why cassandra fall when i start comaction with nodetool on 35+gb database. all parameter are default. ERROR [pool-2-thread-1] 2011-07-21 15:25:36,622 Cassandra.java (line 3294) Internal error processing insert java.util.concurrent.RejectedExecutionException: ThreadPoolExecutor has shut down