Browse Source

Merge -r 759397:759398 from main to 0.19

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.19@759402 13f79535-47bb-0310-9956-ffa450edef68
Hairong Kuang 16 years ago
parent
commit
139f5dcbd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -1199,7 +1199,7 @@ Release 0.18.4 - Unreleased
     HADOOP-5412. Simulated DataNode should not write to a block that's being
     written by another thread. (hairong)
 
-    HADOOP-5414. Fix the problem of blocks remaining under-replicated by
+    HADOOP-5465. Fix the problem of blocks remaining under-replicated by
     providing synchronized modification to the counter xmitsInProgress in
     DataNode. (hairong)