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 cm...@apache.org on 2014/11/24 20:50:11 UTC

hadoop git commit: CHANGES.txt: add HDFS-7419

Repository: hadoop
Updated Branches:
  refs/heads/trunk 6970dbf36 -> 380a361cf


CHANGES.txt: add HDFS-7419


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

Branch: refs/heads/trunk
Commit: 380a361cfaafaab42614f5f26fac9668d99f8073
Parents: 6970dbf
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Mon Nov 24 11:50:00 2014 -0800
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Mon Nov 24 11:50:00 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/380a361c/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 aa4ca14..2ba21fc 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -390,6 +390,9 @@ Release 2.7.0 - UNRELEASED
 
     HDFS-7412. Move RetryCache to NameNodeRpcServer. (wheat9)
 
+    HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei
+    Xu via Colin P. Mccabe)
+
   OPTIMIZATIONS
 
   BUG FIXES