[ https://issues.apache.org/jira/browse/TINKERPOP-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169203#comment-15169203 ]
ASF GitHub Bot commented on TINKERPOP-1147: ------------------------------------------- Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/241#issuecomment-189326709 I trust Travis, hence I just looked over the code. Looks good. VOTE: +1 > Add serialization for TraversalExplanation > ------------------------------------------ > > Key: TINKERPOP-1147 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1147 > Project: TinkerPop > Issue Type: Improvement > Components: io > Affects Versions: 3.1.1-incubating > Reporter: Bob Briody > Assignee: stephen mallette > Fix For: 3.1.2-incubating > > > When executing a traversal like the one below remotely, serialization fails > {code} > g.V().explain() > {code} > Error: > {code} > org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Error during > serialization: Class is not registered: > org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation > {code} > Need to add serialization handling for TraversalExplanation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)