Re: Cassandra 1.1.1 stack overflow on an infinite loop building IntervalTree

2012-06-08 Thread Omid Aladini
Thanks. Yes it's exactly the same. Will follow up there. -- Omid On Fri, Jun 8, 2012 at 5:55 PM, Sylvain Lebresne wrote: > Looks a lot like https://issues.apache.org/jira/browse/CASSANDRA-4321. > Feel free to add a comment on there if you have any additional info. > > -- > Sylvain > > On Fri, Ju

Re: Cassandra 1.1.1 stack overflow on an infinite loop building IntervalTree

2012-06-08 Thread Sylvain Lebresne
Looks a lot like https://issues.apache.org/jira/browse/CASSANDRA-4321. Feel free to add a comment on there if you have any additional info. -- Sylvain On Fri, Jun 8, 2012 at 12:06 PM, Omid Aladini wrote: > Also looks similar to this ticket: > > https://issues.apache.org/jira/browse/CASSANDRA-407

Re: Cassandra 1.1.1 stack overflow on an infinite loop building IntervalTree

2012-06-08 Thread Omid Aladini
Also looks similar to this ticket: https://issues.apache.org/jira/browse/CASSANDRA-4078 On Thu, Jun 7, 2012 at 6:48 PM, Omid Aladini wrote: > Hi, > > One of my 1.1.1 nodes do

Cassandra 1.1.1 stack overflow on an infinite loop building IntervalTree

2012-06-07 Thread Omid Aladini
Hi, One of my 1.1.1 nodes doesn't restart due to stack overflow on building the interval tree. Bumping the stack size doesn't help. Here's the stack trace: https://gist.github.com/2889611 It looks more like an infinite loop on IntervalNode constructor's logic than a deep tree since DEBUG log sho