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

pageRank() and peerPressure() step should better respect halted traversers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.2.9
    • None
    • process
    • None

    Description

      pageRank() and peerPressure() both fail to completely respect halted traversers so that the results of queries that do this:

      g.V().hasLabel('person').pageRank()
      

      don't return the right result. In the above case, the initial rank assigned respects halted traversers (i.e. those still part of the traversal after the hasLabel() filter) but the future iterations do not.

      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: