Re: NPE in CompactionExecutor

2013-07-24 Thread aaron morton
> There was no error stack, just that line in the log. It's odd that the stack is not there. This is an unhanded exception when running compaction. It may be related to the assertions. If you can reproduce it please raise a ticket at https://issues.apache.org/jira/browse/CASSANDRA Cheers --

Re: NPE in CompactionExecutor

2013-07-23 Thread Paul Ingalls
I'm running the latest from the 1.2 branch as of a few days ago. I needed one of the patches that will be in 1.2.7 There was no error stack, just that line in the log. I wiped the database (deleted all the files in the lib dir) and restarted my data load, and am consistently running into the

Re: NPE in CompactionExecutor

2013-07-21 Thread aaron morton
What version are you running ? > ERROR [CompactionExecutor:38] 2013-07-19 17:01:34,494 CassandraDaemon.java > (line 192) Exception in thread Thread[CompactionExecutor:38,1,main] > java.lang.NullPointerException What' the full error stack ? > Not sure if this is related or not, but I'm also get

NPE in CompactionExecutor

2013-07-19 Thread Paul Ingalls
I'm seeing a number of NullPointerExceptions in the log of my cluster. You can see the log line below. I'm thinking this is probably bad. Any ideas? ERROR [CompactionExecutor:38] 2013-07-19 17:01:34,494 CassandraDaemon.java (line 192) Exception in thread Thread[CompactionExecutor:38,1,main] j