[ https://issues.apache.org/jira/browse/GIRAPH-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373457#comment-15373457 ]
Hudson commented on GIRAPH-1089: -------------------------------- FAILURE: Integrated in Giraph-trunk-Commit #1638 (See [https://builds.apache.org/job/Giraph-trunk-Commit/1638/]) [GIRAPH-1089] Fix a bug in out-of-core infrastructure (majakabiljo: [http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=b0262f8c81c352c0cf3ac11e1e98646aa9587944]) * giraph-core/src/main/java/org/apache/giraph/ooc/policy/FixedPartitionsOracle.java * giraph-examples/src/test/java/org/apache/giraph/TestOutOfCore.java * giraph-core/src/main/java/org/apache/giraph/ooc/OutOfCoreIOCallable.java * giraph-core/src/main/java/org/apache/giraph/ooc/data/MetaPartitionManager.java * giraph-core/src/main/java/org/apache/giraph/ooc/OutOfCoreIOScheduler.java * giraph-core/src/main/java/org/apache/giraph/ooc/persistence/LocalDiskDataAccessor.java * giraph-core/src/test/java/org/apache/giraph/partition/TestPartitionStores.java * giraph-core/src/main/java/org/apache/giraph/ooc/OutOfCoreEngine.java > In fixed out-of-core policy the definition of in-memory partition is not clear > ------------------------------------------------------------------------------ > > Key: GIRAPH-1089 > URL: https://issues.apache.org/jira/browse/GIRAPH-1089 > Project: Giraph > Issue Type: Improvement > Reporter: Hassan Eslami > Assignee: Hassan Eslami > Fix For: 1.2.0 > > > The fixed out-of-core policy relies on the definition for in-memory > partitions. However, the definition of in-memory partition is not clear, and > this leads to bugs in fixed out-of-core policy. Currently, a partition is > called in-memory only if the partition itself (regardless of its messages) is > in memory. We should change the policy so that only partitions that have > their current messages as well as the partition data in memory be considered > as in-memory partitions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)