Update CHANGES.txt for HDFS-8238.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c10bcc06 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c10bcc06 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c10bcc06 Branch: refs/heads/YARN-2928 Commit: c10bcc0618eb502eeabb33a0fc6ae49aac1b01dc Parents: eb2ccad Author: Haohui Mai <[email protected]> Authored: Wed Jun 17 16:19:45 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Thu Jun 18 11:19:01 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c10bcc06/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 a01446a..6ef405b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -644,6 +644,9 @@ Release 2.8.0 - UNRELEASED of Block in UnderReplicatedBlocks and PendingReplicationBlocks). (Zhe Zhang via wang) + HDFS-8238. Move ClientProtocol to the hdfs-client. + (Takanobu Asanuma via wheat9) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
