Author: aching
Date: Wed Sep 26 19:59:46 2012
New Revision: 1390711
URL: http://svn.apache.org/viewvc?rev=1390711&view=rev
Log:
Forgot changelog entry for GIRAPH-340.
Modified:
giraph/trunk/CHANGELOG
Modified: giraph/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1390711&r1=1390710&r2=1390711&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Wed Sep 26 19:59:46 2012
@@ -2,6 +2,10 @@ Giraph Change Log
Release 0.2.0 - unreleased
+ GIRAPH-340: Added client/server ExecutionHandlers to Netty to avoid
+ and added WrappedAdaptiveReceiveBufferSizePredictorFactory to
+ debug/predict the size of the incoming messages. (aching)
+
GIRAPH-274: Jobs still failing due to tasks timeout during
INPUT_SUPERSTEP. (nitayj via aching)