浏览代码

HDFS-3871. Merging to branch-1.1.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1390032 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 13 年之前
父节点
当前提交
bcef3aef08
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -72,9 +72,6 @@ Release 1.2.0 - unreleased
     MAPREDUCE-4499. Looking for speculative tasks is very expensive in 1.x
     (Koji Noguchi via tgraves)
 
-    HDFS-3871. Change DFSClient to use RetryUtils.  (Arun C Murthy
-    via szetszwo)
-
     HDFS-1108 Log newly allocated blocks (hdfs-1108-hadoop-1-v5.patch) (sanjay) 
 
     HADOOP-8832. Port generic service plugin mechanism from HADOOP-5257
@@ -402,6 +399,9 @@ Release 1.1.0 - unreleased
     HADOOP-8748. Refactor DFSClient retry utility methods to a new class in
     org.apache.hadoop.io.retry.  Contributed by Arun C Murthy.
 
+    HDFS-3871. Change DFSClient to use RetryUtils.  (Arun C Murthy
+    via szetszwo)
+
   BUG FIXES
 
     HDFS-3696. Set chunked streaming mode in WebHdfsFileSystem write operations