Replies: 1 comment 2 replies
-
This part shows that you're not really using JanusGraph, but TinkerGraph which is an inmemory graph implementation from TinkerPop. It would be great if you could try out whether you can reproduce this also directly with Gremlin Server from TinkerPop. You can download that from here. |
Beta Was this translation helpful? Give feedback.
-
We are trying to execute a large query to seed our database on 0.6.1 and are seeing a
java.lang.StackOverflowError
on the Gremlin Console. I am quite sure this bug has to be in janusgraph, because I have seen the same error in our applications API. The same query works fine on 0.6.0.Steps to reproduce:
:remote connect tinkerpop.server conf/remote.yaml
:> graph=TinkerGraph.open()
:> g=graph.traversal()
:> [insert the query from below here]
I have added the newlines to the query for better readability.
Beta Was this translation helpful? Give feedback.
All reactions