Add missing entry in CHANGES.txt for HDFS-6757.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3becc3af Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3becc3af Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3becc3af Branch: refs/heads/HDFS-7240 Commit: 3becc3af8382caed2c3bf941f8fed6daf6e7bc26 Parents: 00fe1ed Author: Haohui Mai <[email protected]> Authored: Fri May 8 23:07:58 2015 -0700 Committer: Haohui Mai <[email protected]> Committed: Fri May 8 23:08:05 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3becc3af/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 0b721ee..1dbf9f9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -533,6 +533,8 @@ Release 2.8.0 - UNRELEASED HDFS-8113. Add check for null BlockCollection pointers in BlockInfoContiguous structures (Chengbing Liu via Colin P. McCabe) + HDFS-6757. Simplify lease manager with INodeID. (wheat9) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
