You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2015/06/16 20:42:01 UTC

[42/50] [abbrv] hadoop git commit: Add HDFS-7923 to CHANGES.txt

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/HDFS-7240
Commit: 46b0b4179c1ef1a1510eb04e40b11968a24df485
Parents: 12b5b06
Author: Colin Patrick Mccabe <cm...@cloudera.com>
Authored: Fri Jun 12 11:28:18 2015 -0700
Committer: Colin Patrick Mccabe <cm...@cloudera.com>
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