You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2011/04/06 21:03:37 UTC

svn commit: r1089562 - /hadoop/common/trunk/CHANGES.txt

Author: shv
Date: Wed Apr  6 19:03:37 2011
New Revision: 1089562

URL: http://svn.apache.org/viewvc?rev=1089562&view=rev
Log:
Committing HADOOP-6949 to branch 0.22.

Modified:
    hadoop/common/trunk/CHANGES.txt

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1089562&r1=1089561&r2=1089562&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Wed Apr  6 19:03:37 2011
@@ -45,7 +45,8 @@ Trunk (unreleased changes)
 
     HADOOP-7059. Remove "unused" warning in native code.  (Noah Watkins via eli)
 
-    HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping 
+    HADOOP-6864. Provide a JNI-based implementation of
+     ShellBasedUnixGroupsNetgroupMapping
     (implementation of GroupMappingServiceProvider) (Erik Seffl via boryas)
 
     HADOOP-7078. Improve javadocs for RawComparator interface.
@@ -82,9 +83,6 @@ Trunk (unreleased changes)
     (Daryn Sharp via szetszwo)
 
   OPTIMIZATIONS
-    
-    HADOOP-6949. Reduce RPC packet size of primitive arrays using
-    ArrayPrimitiveWritable instead of ObjectWritable. (Matt Foley via suresh)
 
   BUG FIXES
 
@@ -364,6 +362,9 @@ Release 0.22.0 - Unreleased
     HADOOP-6683. ZlibCompressor does not fully utilize the buffer.
     (Kang Xiao via eli)
 
+    HADOOP-6949. Reduce RPC packet size of primitive arrays using
+    ArrayPrimitiveWritable instead of ObjectWritable. (Matt Foley via suresh)
+
   BUG FIXES
 
     HADOOP-6638. try to relogin in a case of failed RPC connection (expired