[ https://issues.apache.org/jira/browse/GIRAPH-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14606681#comment-14606681 ]
Hudson commented on GIRAPH-1018: -------------------------------- FAILURE: Integrated in Giraph-trunk-Commit #1554 (See [https://builds.apache.org/job/Giraph-trunk-Commit/1554/]) GIRAPH-1018: Improving PartitionStore API to better match its expected behaviour (aching: http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=f9dc6b59eeb9b80f1cea47f504b6c969e5c560a3) * giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/IntFloatMessageStore.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/LongDoubleMessageStore.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/IntByteArrayMessageStore.java * CHANGELOG * giraph-core/src/main/java/org/apache/giraph/partition/DiskBackedPartitionStore.java * giraph-core/src/main/java/org/apache/giraph/partition/SimplePartitionStore.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/long_id/LongAbstractMessageStore.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/IdByteArrayMessageStore.java * giraph-core/src/main/java/org/apache/giraph/partition/PartitionStore.java * giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java * giraph-core/src/main/java/org/apache/giraph/comm/messages/primitives/IdOneMessagePerVertexStore.java * giraph-core/src/test/java/org/apache/giraph/partition/TestPartitionStores.java > Improving PartitionStore API to better match its expected behaviour > ------------------------------------------------------------------- > > Key: GIRAPH-1018 > URL: https://issues.apache.org/jira/browse/GIRAPH-1018 > Project: Giraph > Issue Type: Improvement > Reporter: Hassan Eslami > Assignee: Hassan Eslami > Priority: Trivial > Labels: core, partition, store > Original Estimate: 2h > Remaining Estimate: 2h > > Currently, at some places in the core code-base, graph statistics (number of > vertices and number of edges) are being obtained by loading the entire > partition and then putting it back. Although this is a correct way, it is not > efficient (for instance for out-of-core computation), and concise (in terms > of semantics). -- This message was sent by Atlassian JIRA (v6.3.4#6332)