Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
janusgraph version: 0.5, using the cassandra/es configuration from janusgraph's official docker images
Steps to re-produce:
g.withComputer().V().shortestPath()
once, get results as expectedError Stack:
Additional Info: I believe that this happens because the
ShortestPathVertexProgram
OLAP uses the vertex propertyTraversalVertexProgram.HALTED_TRAVERSERS
to store traversers (withImmutablePath
objects). I think that this property perhaps is ought to be cleared by JanusGraph once the query is over, but it isn't cleared. After step 3, you can still see this property existing on the vertices.Please re-produce this bug and open a github issue if confirmed.
Beta Was this translation helpful? Give feedback.
All reactions