-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
In a multiprocessor environment, a traversal will sometimes reference vertices which another thread/processor has already deleted. This causes the entire traversal to fail in an unrecoverable fashion and throw an uncaught exception.
MWE here. Gist of the output log of one run here.
To be entirely honest, I'm very doubtful that this is a gremlin-scala
issue. It seems much more likely that the responsibility lies somewhere in the Java implementation (either in org.neo4j.???
or one of the Apache/Tinkerpop impls). I'd welcome a PR from anyone to my MWE project which peels off the gremlin-scala
layer while preserving the observed error.
Metadata
Metadata
Assignees
Labels
No labels