-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8407/
-----------------------------------------------------------
(Updated Dec. 10, 2012, 6:07 p.m.)
Review request for giraph.
Changes
-------
Avery's comments.
Description
-------
Now that all message requests are kept in serialized format, we can limit the
size of request by the number of bytes, instead of number of messages in it.
Sizing the message buffers to expected size gave about 10% speedup on a large
application run.
This addresses bug GIRAPH-445.
https://issues.apache.org/jira/browse/GIRAPH-445
Diffs (updated)
-----
http://svn.apache.org/repos/asf/giraph/trunk/giraph/src/main/java/org/apache/giraph/GiraphConfiguration.java
1419615
http://svn.apache.org/repos/asf/giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/SendMessageCache.java
1419615
http://svn.apache.org/repos/asf/giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java
1419615
Diff: https://reviews.apache.org/r/8407/diff/
Testing
-------
mvn verify
Large application run on a cluster
Thanks,
Maja Kabiljo