Hi,
I'm running a lot of traversals (>1000) against a Neo4j database with TP3.0.2 via a NodeJS app utilizing Jean-Baptiste's Gremlin Javascript driver (v2.3.2). About a similar distance into the program there is one traversal that hangs - and when I say hang I mean the traversal is passed to the driver but nothing is returned (also no errors thrown) and there are no errors in the Gremlin server console log. Note, however, that this traversal successfully completes earlier in program and also completes successfully in a standalone test app.
To debug the problem I was playing with some settings in the log4j.properties file but changing from INFO to DEBUG was like turning on a fire hose. The problem can only be reproduced in the sequence of many traversals I run so I was looking for some help on trying to fine tune the debugging to focus in on the problem such as specific settings in the log4j properties file. Any tips?
Thanks,
Dave