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 2016/02/02 21:22:49 UTC

hadoop git commit: CHANGES.txt: Move HDFS-9260 to trunk

Repository: hadoop
Updated Branches:
  refs/heads/trunk 8171874dd -> 913676dc3


CHANGES.txt:  Move HDFS-9260 to trunk


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

Branch: refs/heads/trunk
Commit: 913676dc355f17dc41b75be1b3a27114197ea52c
Parents: 8171874
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Tue Feb 2 11:41:15 2016 -0800
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
Committed: Tue Feb 2 12:22:26 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/913676dc/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 38cb3df..0c9ab6f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -220,6 +220,9 @@ Trunk (Unreleased)
     HDFS-9494. Parallel optimization of DFSStripedOutputStream#flushAllInternals.
     (Gao Rui via jing9)
 
+    HDFS-9260. Improve the performance and GC friendliness of NameNode startup
+    and full block reports (Staffan Friberg via cmccabe)
+
   OPTIMIZATIONS
 
   BUG FIXES
@@ -971,9 +974,6 @@ Release 2.9.0 - UNRELEASED
     HDFS-7764. DirectoryScanner shouldn't abort the scan if one directory had
     an error (Rakesh R via cmccabe)
 
-    HDFS-9260. Improve the performance and GC friendliness of NameNode startup
-    and full block reports (Staffan Friberg via cmccabe)
-
   OPTIMIZATIONS
 
   BUG FIXES