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 ju...@apache.org on 2016/01/14 15:24:06 UTC

hadoop git commit: Move HDFS-8326 out of CHANGES.txt entry for branch-2.7.2.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 62eabec54 -> 586efcf3c


Move HDFS-8326 out of CHANGES.txt entry for branch-2.7.2.


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

Branch: refs/heads/branch-2
Commit: 586efcf3c86902edf53466da0d9f20ae62a1d25d
Parents: 62eabec
Author: Junping Du <ju...@apache.org>
Authored: Thu Jan 14 06:32:52 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Thu Jan 14 06:32:52 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/586efcf3/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 94184e3..5d13936 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1831,9 +1831,6 @@ Release 2.7.2 - UNRELEASED
     HDFS-9445. Datanode may deadlock while handling a bad volume.
     (Wlater Su via Kihwal)
 
-    HDFS-8326. Documentation about when checkpoints are run is out of date.
-    (Misty Stanley-Jones via xyao)
-
     HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile.
     (Kanaka Kumar Avvaru via wheat9)