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

Stephen Mallette closed TINKERPOP-2706.
---------------------------------------
    Fix Version/s: 3.6.0
                   3.5.3
         Assignee: Stephen Mallette
       Resolution: Fixed

fixed with CTR: 
https://github.com/apache/tinkerpop/commit/c5f56a43508bb72f56a779427d9e352e42217374

> Traversal clone() not resetting the close state
> -----------------------------------------------
>
>                 Key: TINKERPOP-2706
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2706
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.4.13
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Critical
>             Fix For: 3.6.0, 3.5.3
>
>
> Prior to last release {{clone()}} would allow you to "reuse" a traversal:
> {code:java}
> gremlin> t = g.V().out()
> ==>v[3]
> ==>v[2]
> ==>v[4]
> ==>v[5]
> ==>v[3]
> ==>v[3]
> gremlin> t.clone()
> gremlin>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to