[
https://issues.apache.org/jira/browse/TINKERPOP-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862044#comment-16862044
]
stephen mallette commented on TINKERPOP-2240:
---------------------------------------------
Could you please use our mailing ilst:
https://groups.google.com/forum/#!forum/gremlin-users
or stackoverflow for questions about usage:
https://stackoverflow.com/questions/tagged/gremlin
we try to reserve JIRA for bug/enhancement discussion only. thanks.
> In the process of execution, an infinite loop occurs: the gremlin traversal
> is "g.V(1).repeat(out()).until(has('name','blame')).path()",
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TINKERPOP-2240
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2240
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.4.2
> Reporter: kaiyangzhang
> Priority: Major
> Attachments: screenshot-1.png
>
>
> *1. The data model is as follows*
> !screenshot-1.png!
> *2. Gremlin traversal is as follows*
> g.V(1)
> .repeat(out())
> .until(has('name','blame'))
> .path()
> *3. In the process of execution, an infinite loop occurs:*
> 1->5 ->6 -> {color:red}7->6->7->6-> 7->6->7.{color}.........
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)