Repository: hadoop Updated Branches: refs/heads/branch-2.8 11c6930a1 -> b30d71d45
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/b30d71d4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b30d71d4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b30d71d4 Branch: refs/heads/branch-2.8 Commit: b30d71d4500ed69c2204b7c2d1c610a2933a52a5 Parents: 11c6930 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:23 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/b30d71d4/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 f8f7da2..8d99b0d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -918,6 +918,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 @@ -1806,9 +1809,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
