[ 
https://issues.apache.org/jira/browse/GIRAPH-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416588#comment-13416588
 ] 

Jan van der Lugt commented on GIRAPH-259:
-----------------------------------------

I think the solution is to remove all the aggregator handling from the 
workercontext, since this is kind of a weird abstraction level in between 
'once' (master.compute) and 'per vertex' (vertex.compute). Aggregator stuff 
should clearly be handled 'once' and not 'per worker', so the master.compute is 
the right place for this. We're changing the API anyways, so this might be a 
good time to think about stuff like this.
                
> TestBspBasic.testBspPageRank is broken
> --------------------------------------
>
>                 Key: GIRAPH-259
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-259
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>
> Test crashes on line 152 in class SimplePageRankVertex in distributed mode.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to