[ 
https://issues.apache.org/jira/browse/TINKERPOP-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-2240:
----------------------------------------
    Affects Version/s: 3.4.2

> 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)

Reply via email to