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 <[email protected]> Authored: Tue Feb 2 11:41:15 2016 -0800 Committer: Colin Patrick Mccabe <[email protected]> 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
