[ 
https://issues.apache.org/jira/browse/GIRAPH-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated GIRAPH-24:
------------------------------

    Attachment: GIRAPH-24.patch

Patch that only increments the counter after the zeroth superstep to the keep 
the count consistent between the job and the workers.  No unit test as this is 
very difficult to access in its current form.  Manually tested as part of a job.

> Job-level statistics reports one superstep greater than workers
> ---------------------------------------------------------------
>
>                 Key: GIRAPH-24
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-24
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>         Attachments: GIRAPH-24.patch
>
>
> In {{BspServiceMaster::coordinateSuperstep()}} the {{superStepCounter}} is 
> incremented when the coordination begins, but since the counter starts at 
> zero, this has the job level statistic being at superstep {{n+1}} when the 
> workers are reporting that they are working on {{n}}.  This discrepancy 
> persists throughout the job.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to