[
https://issues.apache.org/jira/browse/GIRAPH-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571260#comment-13571260
]
Hudson commented on GIRAPH-461:
-------------------------------
Integrated in Giraph-trunk-Commit #668 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/668/])
GIRAPH-461: Convert static assignment of in-memory partitions with LRU
cache (Revision 62c12fa0b899ee76962d6e3fa05298e2a23d5e68)
Result = SUCCESS
claudio :
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=62c12fa0b899ee76962d6e3fa05298e2a23d5e68
Files :
*
giraph-core/src/main/java/org/apache/giraph/partition/DiskBackedPartitionStore.java
* giraph-core/src/test/java/org/apache/giraph/partition/TestPartitionStores.java
* giraph-core/src/main/java/org/apache/giraph/bsp/CentralizedServiceWorker.java
*
giraph-core/src/main/java/org/apache/giraph/partition/SimplePartitionStore.java
* giraph-core/src/main/java/org/apache/giraph/partition/PartitionStore.java
* giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java
* giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyWorkerServer.java
* giraph-core/src/test/java/org/apache/giraph/comm/RequestTest.java
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/graph/ComputeCallable.java
> Convert static assignment of in-memory partitions with LRU cache
> ----------------------------------------------------------------
>
> Key: GIRAPH-461
> URL: https://issues.apache.org/jira/browse/GIRAPH-461
> Project: Giraph
> Issue Type: Sub-task
> Components: graph
> Reporter: Claudio Martella
> Assignee: Claudio Martella
> Attachments: GIRAPH-461.patch, GIRAPH-461.patch, GIRAPH-461.patch
>
>
> Currently, the out-of-core partitions are assigned to memory or to disk
> statically. Using an LRU cache should help keeping in-memory only the
> partitions that are actively accessed, given a job that does not access all
> the graph at each superstep (traversals) and a good data partitioning (non
> random).
--
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