Repository: hadoop Updated Branches: refs/heads/trunk 46f779023 -> 748b6c07f
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/748b6c07 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/748b6c07 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/748b6c07 Branch: refs/heads/trunk Commit: 748b6c07fe29bf52510d2e84d82fcbef7f1bb35c Parents: 46f7790 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:43:06 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/748b6c07/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 945c911..2129a69 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1939,6 +1939,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 @@ -2817,9 +2820,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
