Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2706

Traversal clone() not resetting the close state

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.4.13
    • 3.6.0, 3.5.3
    • process
    • None

    Description

      Prior to last release clone() would allow you to "reuse" a traversal:

      gremlin> t = g.V().out()
      ==>v[3]
      ==>v[2]
      ==>v[4]
      ==>v[5]
      ==>v[3]
      ==>v[3]
      gremlin> t.clone()
      gremlin>  

       

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: