Repository: hadoop Updated Branches: refs/heads/trunk 95f32015a -> 71e5982e3
Update CHANGES.txt: move HDFS-9626 and HDFS-9630 to the section of release 2.8 Change-Id: Ief7915e794d6862ca2c9d84f4188cb560d7dba95 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/71e5982e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/71e5982e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/71e5982e Branch: refs/heads/trunk Commit: 71e5982e3970b6cd130ccbe29ca2a1196268aa46 Parents: 95f3201 Author: Zhe Zhang <[email protected]> Authored: Mon Jan 11 10:00:22 2016 -0800 Committer: Zhe Zhang <[email protected]> Committed: Mon Jan 11 10:00:22 2016 -0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/71e5982e/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 b8f8c63..095766c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -211,8 +211,6 @@ Trunk (Unreleased) HDFS-9582. TestLeaseRecoveryStriped file missing Apache License header and not well formatted. (umamahesh) - HDFS-9630. DistCp minor refactoring and clean up. (Kai Zheng via zhz) - OPTIMIZATIONS BUG FIXES @@ -408,9 +406,6 @@ Trunk (Unreleased) HDFS-9615. Fix variable name typo in DFSConfigKeys. (Ray Chiang via Arpit Agarwal) - HDFS-9626. TestBlockReplacement#testBlockReplacement fails occasionally. - (Xiao Chen via zhz) - BREAKDOWN OF HDFS-7285 SUBTASKS AND RELATED JIRAS HDFS-7347. Configurable erasure coding policy for individual files and @@ -1810,6 +1805,11 @@ Release 2.8.0 - UNRELEASED HDFS-9498. Move code that tracks blocks with future generation stamps to BlockManagerSafeMode. (Mingliang Liu via Arpit Agarwal) + HDFS-9626. TestBlockReplacement#testBlockReplacement fails occasionally. + (Xiao Chen via zhz) + + HDFS-9630. DistCp minor refactoring and clean up. (Kai Zheng via zhz) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
