Browse Source

HADOOP-4161. Fixed bug in HOD cleanup that had the potential to hang clients. Contributed by Vinod Kumar Vavilapalli.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@694436 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 16 years ago
parent
commit
93d457d727
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/contrib/hod/CHANGES.txt

+ 5 - 3
src/contrib/hod/CHANGES.txt

@@ -15,9 +15,6 @@ Trunk (unreleased changes)
 
   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 @@ Release 0.18.1 - Unreleased
     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