Repository: hadoop Updated Branches: refs/heads/trunk 12b5b06c0 -> 46b0b4179
Add HDFS-7923 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/46b0b417 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/46b0b417 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/46b0b417 Branch: refs/heads/trunk Commit: 46b0b4179c1ef1a1510eb04e40b11968a24df485 Parents: 12b5b06 Author: Colin Patrick Mccabe <[email protected]> Authored: Fri Jun 12 11:28:18 2015 -0700 Committer: Colin Patrick Mccabe <[email protected]> Committed: Fri Jun 12 11:28:18 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/46b0b417/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 b388f69..e315db6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -623,6 +623,9 @@ Release 2.8.0 - UNRELEASED HDFS-8573. Move creation of restartMeta file logic from BlockReceiver to ReplicaInPipeline. (Eddy Xu via wang) + HDFS-7923. The DataNodes should rate-limit their full block reports by + asking the NN on heartbeat messages (cmccabe) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
