Craig Muchinsky created GIRAPH-742:
--------------------------------------

             Summary: Worker task finishSuperstep status reporting the wrong 
superstep number
                 Key: GIRAPH-742
                 URL: https://issues.apache.org/jira/browse/GIRAPH-742
             Project: Giraph
          Issue Type: Bug
          Components: bsp
    Affects Versions: 1.1.0
            Reporter: Craig Muchinsky
            Priority: Minor


The logic within BspServiceWorker.finishSuperstep() is incrementing the 
superstep number before reporting the finishSuperstep status, thus it reports 
that all workers are done for a superstep that hasn't started yet. The call to 
incrCachedSuperstep() in that method should be moved down 1 execution line 
below the call to getContext().setStatus().

--
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

Reply via email to