You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2014/11/07 07:46:53 UTC

hadoop git commit: HDFS-7221. Update CHANGES.txt to indicate fix in 2.6.0.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 61effcbeb -> e7f1c0482


HDFS-7221. Update CHANGES.txt to indicate fix in 2.6.0.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e7f1c048
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e7f1c048
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e7f1c048

Branch: refs/heads/trunk
Commit: e7f1c0482e5dff8a1549ace1fc2b366941170c58
Parents: 61effcb
Author: cnauroth <cn...@apache.org>
Authored: Thu Nov 6 22:46:22 2014 -0800
Committer: cnauroth <cn...@apache.org>
Committed: Thu Nov 6 22:46:22 2014 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e7f1c048/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 5a7dac0..0e64d69 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -287,8 +287,6 @@ Release 2.7.0 - UNRELEASED
     HDFS-7266. HDFS Peercache enabled check should not lock on object (awang
     via cmccabe)
 
-    HDFS-7221. TestDNFencingWithReplication fails consistently. (Charles Lamb via wang)
-
     HDFS-7254. Add documentation for hot swaping DataNode drives (Lei Xu via
     Colin P. McCabe)
 
@@ -719,6 +717,8 @@ Release 2.6.0 - UNRELEASED
     HDFS-7233. NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException.
     (Rushabh S Shah via jing9)
 
+    HDFS-7221. TestDNFencingWithReplication fails consistently. (Charles Lamb via wang)
+
   OPTIMIZATIONS
 
     HDFS-6690. Deduplicate xattr names in memory. (wang)