[
https://issues.apache.org/jira/browse/TINKERPOP-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
kaiyangzhang updated TINKERPOP-2240:
------------------------------------
Description:
*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}.........
was:
*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: 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
> 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)