stephen mallette created TINKERPOP-1966:
-------------------------------------------

             Summary: pageRank() and peerPressure() step should better respect 
halted traversers
                 Key: TINKERPOP-1966
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1966
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.2.9
            Reporter: stephen mallette
            Assignee: stephen mallette


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

{code}
g.V().hasLabel('person').pageRank()
{code}

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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to