You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Doron Cohen (JIRA)" <ji...@apache.org> on 2012/10/11 21:13:03 UTC

[jira] [Commented] (GIRAPH-42) The MapReduce counter 'Sent Messages' doesn't work.

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

Doron Cohen commented on GIRAPH-42:
-----------------------------------

I tried the PageRankBenchmark example it it shows 0 for 'Sent messages' counter, so this is still a problem?
Looking at BspServiceMaster, I think that since the messages counters are being reset() by BspServiceWorker, the master should just add the obtained counter? I applied this fix and the messages seems correct now - not 0 for sure. I'll add a trivial patch.
                
> The MapReduce counter 'Sent Messages' doesn't work.
> ---------------------------------------------------
>
>                 Key: GIRAPH-42
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-42
>             Project: Giraph
>          Issue Type: Bug
>          Components: bsp
>            Reporter: Hyunsik Choi
>            Priority: Minor
>
> The MapReduce counter 'Sent Messages' doesn't work. It always shows 0.
> {noformat}
> .
> .
> 11/09/28 10:51:22 INFO mapred.JobClient:     Current workers=20
> 11/09/28 10:51:22 INFO mapred.JobClient:     Current master task partition=0
> 11/09/28 10:51:22 INFO mapred.JobClient:     Sent messages=0
> 11/09/28 10:51:22 INFO mapred.JobClient:     Aggregate finished vertices=600000
> 11/09/28 10:51:22 INFO mapred.JobClient:     Aggregate vertices=600000
> .
> .
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira