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 st...@apache.org on 2011/09/30 16:14:36 UTC

svn commit: r1177672 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: stevel
Date: Fri Sep 30 14:14:36 2011
New Revision: 1177672

URL: http://svn.apache.org/viewvc?rev=1177672&view=rev
Log:
HADOOP-7469 backporting to 0.23; moving in CHANGES.TXT

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1177672&r1=1177671&r2=1177672&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Sep 30 14:14:36 2011
@@ -27,9 +27,6 @@ Trunk (unreleased changes)
 
     HADOOP-7693. Enhance AvroRpcEngine to support the new #addProtocol
     interface introduced in HADOOP-7524.  (cutting)
-    
-    HADOOP-7469  Add a standard handler for socket connection problems which
-                 improves diagnostics (Uma Maheswara Rao G  and stevel via stevel)
 
   BUGS
 
@@ -48,7 +45,7 @@ Trunk (unreleased changes)
     
     HADOOP-6220. HttpServer wraps InterruptedExceptions by IOExceptions if interrupted 
                  in startup (stevel)
-                 
+
 
 Release 0.23.0 - Unreleased
 
@@ -419,6 +416,9 @@ Release 0.23.0 - Unreleased
     HADOOP-7575. Enhanced LocalDirAllocator to support fully-qualified
     paths. (Jonathan Eagles via vinodkv)
 
+    HADOOP-7469  Add a standard handler for socket connection problems which
+                 improves diagnostics (Uma Maheswara Rao G  and stevel via stevel)
+
   OPTIMIZATIONS
   
     HADOOP-7333. Performance improvement in PureJavaCrc32. (Eric Caspole