Browse Source

HADOOP-8748. Merging to branch-1.1.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1390030 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 13 years ago
parent
commit
74035a9b4d
1 changed files with 3 additions and 3 deletions
  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)
 
-    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)
 
@@ -402,6 +399,9 @@ Release 1.1.0 - unreleased
     MAPREDUCE-782. Use PureJavaCrc32 in mapreduce spills. 
     (Todd Lipcon, backport by Brandon Li via sseth)
 
+    HADOOP-8748. Refactor DFSClient retry utility methods to a new class in
+    org.apache.hadoop.io.retry.  Contributed by Arun C Murthy.
+
   BUG FIXES
 
     HDFS-3696. Set chunked streaming mode in WebHdfsFileSystem write operations