From 5bfd361ca7f0e01b38e7b4b10f6ace41e0574b14 Mon Sep 17 00:00:00 2001 From: Konstantin Shvachko Date: Wed, 6 Apr 2011 19:03:37 +0000 Subject: [PATCH] Committing HADOOP-6949 to branch 0.22. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1089562 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 898544cae86..19a00b327e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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