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

In the process of execution, an infinite loop occurs: the gremlin traversal is "g.V(1).repeat(out()).until(has('name','blame')).path()",

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 3.4.2
    • None
    • process
    • None

    Description

      1. The data model is as follows

      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 -> 7->6->7->6-> 7->6->7..........

      Attachments

        1. screenshot-1.png
          52 kB
          kaiyangzhang

        Activity

          People

            Unassigned Unassigned
            kaiyangzhang kaiyangzhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: