I had a problem in my code that produced a big IN list (several tens of
thousands). I got a timeout error, not a stack overflow. 2.0.4 with java
driver 2.0 rc3.
From: Dave Brosius
Reply-To:
Date: Friday, January 10, 2014 at 5:53 PM
To:
Subject: Re: java.lang.StackOverflowError with big IN
In the mean time you can try upping the value of your -Xss setting in
cassandra-env.sh to see if just a little push will take the problem away.
On 01/10/2014 10:18 AM, Дмитрий Шохов wrote:
https://issues.apache.org/jira/browse/CASSANDRA-6567
Thank you!
2014/1/10 Benedict Elliott Smith
https://issues.apache.org/jira/browse/CASSANDRA-6567
Thank you!
2014/1/10 Benedict Elliott Smith
> It must be a very large IN clause, which is probably not advisable. But it
> shouldn't cause this error, and since it's an easy fix to prevent it, if
> you file a JIRA I'll post a patch.
>
>
> On
It must be a very large IN clause, which is probably not advisable. But it
shouldn't cause this error, and since it's an easy fix to prevent it, if
you file a JIRA I'll post a patch.
On 10 January 2014 13:08, Дмитрий Шохов wrote:
> Hello I'm getting stack overflow when running prepared queries
Hello I'm getting stack overflow when running prepared queries with IN
parameter and binding big list in it. Is it known limitation and I must
implement manual paging or change logic to get around this, or is it some
bug maybe...
java.lang.StackOverflowError
at
org.apache.cassandra.utils.F