Repository: hadoop Updated Branches: refs/heads/branch-2 2a09f00ac -> 5faa2934e
Move HDFS-8923 to Release 2.8.0 in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5faa2934 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5faa2934 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5faa2934 Branch: refs/heads/branch-2 Commit: 5faa2934e83559ab98bb03aee68d0e6cd95fafe2 Parents: 2a09f00 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Thu Feb 18 18:43:06 2016 -0800 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Thu Feb 18 18:44:40 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/5faa2934/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 e23aa14..ec3b8e0 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1005,6 +1005,9 @@ Release 2.8.0 - UNRELEASED HDFS-9773. Remove dead code related to SimulatedFSDataset in tests. (Brahma Reddy Battula via aajisaka) + HDFS-8923. Add -source flag to balancer usage message. (Chris Trezzo + via szetszwo) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than @@ -1893,9 +1896,6 @@ Release 2.7.3 - UNRELEASED HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable (James Kinley and Nathan Roberts via kihwal) - HDFS-8923. Add -source flag to balancer usage message. (Chris Trezzo - via szetszwo) - OPTIMIZATIONS BUG FIXES
