You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "ForkJoinPool-1-worker-4" java.lang.StackOverflowError
at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135)
at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121)
at scala.collection.immutable.HashMap$HashMap1.get0(HashMap.scala:200)
at scala.collection.immutable.HashMap$HashTrieMap.get0(HashMap.scala:327)
at scala.collection.immutable.HashMap$HashTrieMap.get0(HashMap.scala:327)
at scala.collection.immutable.HashMap$HashTrieMap.get0(HashMap.scala:322)
at scala.collection.immutable.HashMap.get(HashMap.scala:53)
at fetch.InMemoryCache.get(cache.scala:43)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:90)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:87)
at cats.free.FreeTopExt$.modify(freeinspect.scala:51)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:95)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:87)
at cats.free.FreeTopExt$.modify(freeinspect.scala:51)
at cats.free.FreeTopExt$.modify(freeinspect.scala:52)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:96)
at fetch.interpreters.ParallelJoinPhase$$anon$2.apply(ParallelJoinPhase.scala:87)
at cats.free.FreeTopExt$.modify(freeinspect.scala:51)
at cats.free.FreeTopExt$.modify(freeinspect.scala:52)
...
Not quite sure what exactly is causing the Stack Overflow here, or if we can do anything about it... Any ideas? Happy to help address the issue if someone can point me in the right direction.
The text was updated successfully, but these errors were encountered:
Thinking that perhaps the cause was due to interpreting to a Future (which I know has stack safety issues), I tried converting over to interpreting into a Monix Task. No luck though. Still getting the same Stack Overflow error.
Cache implementation is thus:
Not quite sure what exactly is causing the Stack Overflow here, or if we can do anything about it... Any ideas? Happy to help address the issue if someone can point me in the right direction.
The text was updated successfully, but these errors were encountered: