GitHub user laxatives opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/175
Support self-looping edges in GraphSONReader I haven't really investigated this very thoroughly, but I'm having an issue reading self-looping edges from GraphSON. From what I've gathered, GraphSON Reader traverses edges from their source while the Writer only creates a single edge directional edge in to the destination vertex. Reproduction here: https://groups.google.com/forum/#!topic/gremlin-users/EU1OFBCIbDk You can merge this pull request into a Git repository by running: $ git pull https://github.com/laxatives/incubator-tinkerpop master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/175.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #175 ---- commit 1892d7c70f18bd2b3c38eb6ac1e051c89d1aa326 Author: Benjamin Han <b...@siftsec.com> Date: 2015-12-09T21:24:22Z Support self-looping edges in GraphSONReader ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---