Browse Source

HADOOP-4610. Reflect commit to 0.18.3 in trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@712339 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Shvachko 16 years ago
parent
commit
af68666093
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -1070,9 +1070,6 @@ Release 0.19.0 - Unreleased
     HADOOP-4498. Ensure that JobHistory correctly escapes the job name so that
     regex patterns work. (Chris Wensel via acmurthy)
 
-    HADOOP-4610. Always calculate mis-replicated blocks when safe-mode is 
-    turned off. (shv)
-
 Release 0.18.3 - Unreleased
 
   BUG FIXES
@@ -1085,6 +1082,9 @@ Release 0.18.3 - Unreleased
     HADOOP-3121. lsr should keep listing the remaining items but not
     terminate if there is any IOException. (szetszwo)
 
+    HADOOP-4610. Always calculate mis-replicated blocks when safe-mode is 
+    turned off. (shv)
+
 Release 0.18.2 - 2008-11-03
 
   BUG FIXES