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 2015/01/22 23:38:39 UTC

[2/2] hadoop git commit: HDFS-7575. Fix CHANGES.txt

HDFS-7575. Fix CHANGES.txt


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

Branch: refs/heads/branch-2
Commit: dcd14db1a8d6e1539b83c563c9c64050289a0318
Parents: 03ee9e3
Author: Arpit Agarwal <ar...@apache.org>
Authored: Thu Jan 22 14:33:06 2015 -0800
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Thu Jan 22 14:37:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/dcd14db1/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 2ed4da5..d7833e5 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -475,6 +475,9 @@ Release 2.7.0 - UNRELEASED
     HDFS-7548. Corrupt block reporting delayed until datablock scanner thread
     detects it (Rushabh Shah via kihwal)
 
+    HDFS-7575. Upgrade should generate a unique storage ID for each
+    volume. (Arpit Agarwal)
+
 Release 2.6.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES