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 jl...@apache.org on 2016/01/12 16:45:00 UTC

hadoop git commit: Update CHANGES.txt for recent commits to 2.7 and 2.6

Repository: hadoop
Updated Branches:
  refs/heads/trunk 17158647f -> c77c35f83


Update CHANGES.txt for recent commits to 2.7 and 2.6


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c77c35f8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c77c35f8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c77c35f8

Branch: refs/heads/trunk
Commit: c77c35f83ce953005fe0d3334acf0f0013a82139
Parents: 1715864
Author: Jason Lowe <jl...@apache.org>
Authored: Tue Jan 12 15:41:57 2016 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Tue Jan 12 15:41:57 2016 +0000

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c77c35f8/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 6238405..1f38c77 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -1298,6 +1298,9 @@ Release 2.7.3 - UNRELEASED
     YARN-4546. ResourceManager crash due to scheduling opportunity overflow.
     (Jason Lowe via junping_du)
 
+    YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non
+    network exception. (Raju Bairishetti via jianhe)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -2175,6 +2178,12 @@ Release 2.6.4 - UNRELEASED
     YARN-3849. Too much of preemption activity causing continuos killing of
     containers across queues. (Sunil G via wangda)
 
+    YARN-3842. NMProxy should retry on NMNotYetReadyException. 
+    (Robert Kanter via kasha)
+
+    YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non
+    network exception. (Raju Bairishetti via jianhe)
+
 Release 2.6.3 - 2015-12-17
 
   INCOMPATIBLE CHANGES