Vincent Royer
Vincent Royer
Ok, could you provide more information to reproduce this issue and the full stacktrace from your logs ?
Memory issue : java.lang.StackOverflowError: null What is your JDK and memory settings ? > On 2 Sep 2020, at 08:37, tengzhuofei wrote: > > > at java.lang.Thread.run(Thread.java:748) > 2020-09-01 11:27:27,990...
Please provide the version of your JDK, and the full stack trace of the error from your logs. It seems there is a loop in java.util.Collections$UnmodifiableMap.containsKey(Collections.java:1454) in your config. How...
Here is another error: Table names shouldn't be more than 48 characters long Please provide the full stack trace for the following error: java.lang.StackOverflowError: null at java.util.Collections$UnmodifiableMap.entrySet(Collections.java:1483) at java.util.Collections$UnmodifiableMap.entrySet(Collections.java:1483) at...
Hi, You get a java.lang.StackOverflowError. There is 2 scenario here. 1. Your use case require a larger stack 2. A loop occurs on the stack. Could you increase your stack...
I need logs or information to reproduce your issue. > On 20 Nov 2020, at 08:09, tengzhuofei wrote: > > > I adjusted Xss to 5m and still have this...
Thanks for these logs. You can see here that there is a loop in java.util.Collections$UnmodifiableMap.entrySet(Collections.java:1483), but without the top of the stack exception from your logs, we have no idea...
We found a possible cause for this issue, fixed in this [commit](https://github.com/strapdata/elassandra/commit/a17034370b4c5e077480e4ed13d8866cd8ca8514). Could you please upgrade to 6.8.4.13 and let us know if it fix your issue. Thanks in advance.
It seems you have not enough memory or an erroneous settings leading to the java.lang.StackOverflowError. > On 10 Jul 2020, at 13:45, tengzhuofei wrote: > > > > — >...
Such situation usually happen when a row is expired at the Cassandra level, but was indexed before being expired. For results with empty _source, please check the underlying row exist...