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 ni...@apache.org on 2008/09/11 21:39:54 UTC

svn commit: r694436 - /hadoop/core/trunk/src/contrib/hod/CHANGES.txt

Author: nigel
Date: Thu Sep 11 12:39:53 2008
New Revision: 694436

URL: http://svn.apache.org/viewvc?rev=694436&view=rev
Log:
HADOOP-4161. Fixed bug in HOD cleanup that had the potential to hang clients. Contributed by Vinod Kumar Vavilapalli.

Modified:
    hadoop/core/trunk/src/contrib/hod/CHANGES.txt

Modified: hadoop/core/trunk/src/contrib/hod/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/hod/CHANGES.txt?rev=694436&r1=694435&r2=694436&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/hod/CHANGES.txt (original)
+++ hadoop/core/trunk/src/contrib/hod/CHANGES.txt Thu Sep 11 12:39:53 2008
@@ -15,9 +15,6 @@
 
   BUG FIXES
 
-    HADOOP-4161. Fixed bug in HOD cleanup that had the potential to
-    hang clients. (Vinod Kumar Vavilapalli via nigel)
-
 Release 0.18.1 - Unreleased
 
   INCOMPATIBLE CHANGES
@@ -25,6 +22,11 @@
     HADOOP-4060. Modified HOD to rotate log files on the client side.
     (Vinod Kumar Vavilapalli via yhemanth)
 
+  BUG FIXES
+
+    HADOOP-4161. Fixed bug in HOD cleanup that had the potential to
+    hang clients. (Vinod Kumar Vavilapalli via nigel)
+
 Release 0.18.0 - 2008-08-19
 
   INCOMPATIBLE CHANGES