Re: AssertionError: originally calculated column size ...

2012-05-01 Thread Patrik Modesto
https://issues.apache.org/jira/browse/CASSANDRA-4206 Regards, Patrik On Tue, May 1, 2012 at 03:46, Jonathan Ellis wrote: > On Mon, Apr 30, 2012 at 2:11 PM, Patrik Modesto > wrote: >> I think the problem is somehow connected to an IntegerType secondary >> index. > > Could be, but my money is on

Re: AssertionError: originally calculated column size ...

2012-04-30 Thread Jonathan Ellis
On Mon, Apr 30, 2012 at 2:11 PM, Patrik Modesto wrote: > I think the problem is somehow connected to an IntegerType secondary > index. Could be, but my money is on the supercolumns in the HH data model. Can you create a jira ticket? -- Jonathan Ellis Project Chair, Apache Cassandra co-founder

Re: AssertionError: originally calculated column size ...

2012-04-30 Thread aaron morton
The schema for the user defined CF's should not matter. The exceptions has to do with compacting the HintedHandoff CF. With regard to the failed read, is this happening at CL QUOURM ? Can you remember if the assertion was raised while the cluster was still under load ? Cheers --

Re: AssertionError: originally calculated column size ...

2012-04-30 Thread Patrik Modesto
Hi Aaron, it's still an issue. However it's difficult to reproduce because I'd need to insert data to Cassandra for day or more which is not possible. I think the problem is somehow connected to an IntegerType secondary index. I had a different problem with CF with two secondary indexes, the firs

Re: AssertionError: originally calculated column size ...

2012-04-29 Thread aaron morton
Looks a bit like https://issues.apache.org/jira/browse/CASSANDRA-3579 but that was fixed in 1.0.7 Is this still an issue ? Are you able to reproduce the fault ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 27/04/2012, at 6:56 PM, Patr