You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Avery Ching (JIRA)" <ji...@apache.org> on 2012/10/02 07:33:07 UTC

[jira] [Commented] (GIRAPH-355) Partition.readFields crashes

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

Avery Ching commented on GIRAPH-355:
------------------------------------

This is fixable if Partition takes a Progressable input and calls progress from there rather than using the vertex progress.  Do you have a failure case that we can look at? 
                
> Partition.readFields crashes
> ----------------------------
>
>                 Key: GIRAPH-355
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-355
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>
> Partition:157 (vertex.getContext().progress();) will crash since graphState for vertex is null at this point. We need to get Context inside Partition in order to be able to call progress here. 
> The reason why this wasn't noticed is that our local tests don't try checkpoint restart at the moment, and that's the only place where Partition.readFields is called.

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