java.lang.StackOverflowError #2977
Unanswered
javiramos1
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Full Stack trace:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you able to reproduce it steadily? I am not sure what the reason is, and you might want to ask in the tinkerpop (gremlin) community. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm getting an
java.lang.StackOverflowError
in the gremlin server when inserting several vertices in a single query. The query is not that big:When I reduce the size of the query (either by decreasing the number of vertices or edges) it works fine.
Any idea what could be the issue? is there anything I can configure in JanusGraph?
I'm using ScyllaDB (Casandra) as a backend with ElasticSearch.
Beta Was this translation helpful? Give feedback.
All reactions