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:44:06 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 9db888b89 -> 640fd4307


CHANGES.txt: add HDFS-4882


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

Branch: refs/heads/branch-2
Commit: 640fd4307569508c632ebbf25f1c245de9283e2d
Parents: 9db888b
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Mon Nov 24 11:43:47 2014 -0800
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Mon Nov 24 11:43:47 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/640fd430/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 add37f4..ec2587d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -236,6 +236,9 @@ Release 2.6.1 - UNRELEASED
     HDFS-7425. NameNode block deletion logging uses incorrect appender.
     (cnauroth)
 
+    HDFS-4882. Prevent the Namenode's LeaseManager from looping forever in
+    checkLeases (Ravi Prakash via Colin P. McCabe)
+
 Release 2.6.0 - 2014-11-18
 
   INCOMPATIBLE CHANGES