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 2015/09/26 00:34:35 UTC

hadoop git commit: Add HDFS-9107 to CHANGES.txt

Repository: hadoop
Updated Branches:
  refs/heads/trunk 4e7c6a653 -> 878504dca


Add HDFS-9107 to CHANGES.txt


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

Branch: refs/heads/trunk
Commit: 878504dcaacdc1bea42ad571ad5f4e537c1d7167
Parents: 4e7c6a6
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Fri Sep 25 15:34:19 2015 -0700
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Fri Sep 25 15:34:19 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/878504dc/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 756f3f5..cb3b975 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1418,6 +1418,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-9123. Copying from the root to a subdirectory should be forbidden.
     (Wei-Chiu Chuang via Yongjun Zhang)
 
+    HDFS-9107. Prevent NN's unrecoverable death spiral after full GC (Daryn
+    Sharp via Colin P. McCabe)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES