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 ar...@apache.org on 2016/01/16 01:10:30 UTC

[04/43] hadoop git commit: move HDFS-9621 from trunk to 2.9.0 in CHANGES.txt.

move HDFS-9621 from trunk to 2.9.0 in CHANGES.txt.


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

Branch: refs/heads/HDFS-1312
Commit: 17158647f8b7cda96bfbf82a78d543befac1f01c
Parents: da1e3e3
Author: Jing Zhao <ji...@apache.org>
Authored: Mon Jan 11 22:50:54 2016 -0800
Committer: Jing Zhao <ji...@apache.org>
Committed: Mon Jan 11 22:51:08 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/17158647/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 249650b..f074d90 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -406,9 +406,6 @@ Trunk (Unreleased)
     HDFS-9615. Fix variable name typo in DFSConfigKeys. (Ray Chiang via
     Arpit Agarwal)
 
-    HDFS-9621. getListing wrongly associates Erasure Coding policy to pre-existing
-    replicated files under an EC directory. (jing9)
-
     BREAKDOWN OF HDFS-7285 SUBTASKS AND RELATED JIRAS
 
       HDFS-7347. Configurable erasure coding policy for individual files and
@@ -940,6 +937,9 @@ Release 2.9.0 - UNRELEASED
 
   BUG FIXES
 
+    HDFS-9621. getListing wrongly associates Erasure Coding policy to pre-existing
+    replicated files under an EC directory. (jing9)
+
 Release 2.8.0 - UNRELEASED
 
   NEW FEATURES