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 ju...@apache.org on 2016/01/06 23:20:44 UTC

hadoop git commit: Add YARN-2975, YARN-3893, YARN-2902 and YARN-4354 to Release 2.6.4 entry in CHANGES.txt (cherry picked from commit b6c9d3fab9c76b03abd664858f64a4ebf3c2bb20)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 4753676a3 -> 818cd0e90


Add YARN-2975, YARN-3893, YARN-2902 and YARN-4354 to Release 2.6.4 entry in CHANGES.txt
(cherry picked from commit b6c9d3fab9c76b03abd664858f64a4ebf3c2bb20)


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

Branch: refs/heads/branch-2
Commit: 818cd0e90d9112bf167566359cb6c480d9125fe0
Parents: 4753676
Author: Junping Du <ju...@apache.org>
Authored: Wed Jan 6 14:25:11 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Wed Jan 6 14:28:43 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/818cd0e9/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 839ca72..043eb4b 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -2075,6 +2075,8 @@ Release 2.6.4 - UNRELEASED
 
   BUG FIXES
 
+  YARN-2975. FSLeafQueue app lists are accessed without required locks. (kasha)
+
   YARN-3857: Memory leak in ResourceManager with SIMPLE mode.
   (mujunchao via zxu)
 
@@ -2084,12 +2086,21 @@ Release 2.6.4 - UNRELEASED
   YARN-4452. NPE when submit Unmanaged application. (Naganarasimha G R
   via junping_du)
 
+  YARN-3893. Both RM in active state when Admin#transitionToActive failure
+  from refeshAll() (Bibin A Chundatt via rohithsharmaks)
+
   YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown.
   (Zhihai Xu via kasha)
 
   YARN-4546. ResourceManager crash due to scheduling opportunity overflow.
   (Jason Lowe via junping_du)
 
+  YARN-2902. Killing a container that is localizing can orphan resources in
+  the DOWNLOADING state (Varun Saxena via jlowe)
+
+  YARN-4354. Public resource localization fails with NPE. (Jason Lowe via
+  junping_du)
+
 Release 2.6.3 - 2015-12-17
 
   INCOMPATIBLE CHANGES