You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "David Zhang (JIRA)" <ji...@apache.org> on 2013/06/04 04:59:21 UTC

[jira] [Created] (GIRAPH-677) all workers suspended at 'saveVertices' when use out of core

David Zhang created GIRAPH-677:
----------------------------------

             Summary: all workers suspended at 'saveVertices' when use out of core
                 Key: GIRAPH-677
                 URL: https://issues.apache.org/jira/browse/GIRAPH-677
             Project: Giraph
          Issue Type: Bug
          Components: graph
    Affects Versions: 1.0.0, 1.1.0
         Environment: Giraph 1.0.0 with Hadoop 0.20.2
            Reporter: David Zhang
             Fix For: 1.0.0


When I set giraph.useOutOfCoreGraph=true by using OOC features, all wokers suspended at 'save vertices' status.

The reason is in BspServiceWorker.saveVertices, patition is not put back after get.

Add  getPartitionStore().putPartition(partition) to line 973 is ok.

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