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 as...@apache.org on 2015/07/18 22:59:57 UTC

hadoop git commit: Pulling in YARN-3535 to branch 2.7.x

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 aff955a14 -> eddb32666


Pulling in YARN-3535 to branch 2.7.x

(cherry picked from commit 176131f12bc0d467e9caaa6a94b4ba96e09a4539)


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

Branch: refs/heads/branch-2
Commit: eddb326669df6c6bfb928d4a4a8aad42dca1d3f6
Parents: aff955a
Author: Arun Suresh <as...@apache.org>
Authored: Sat Jul 18 10:05:54 2015 -0700
Committer: Arun Suresh <as...@apache.org>
Committed: Sat Jul 18 10:11:29 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/eddb3266/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index db5b710..56a4f15 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -598,9 +598,6 @@ Release 2.8.0 - UNRELEASED
     YARN-3885. ProportionalCapacityPreemptionPolicy doesn't preempt if queue is 
     more than 2 level. (Ajith S via wangda)
 
-    YARN-3535. Scheduler must re-request container resources when RMContainer transitions
-    from ALLOCATED to KILLED (rohithsharma and peng.zhang via asuresh)
-
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -627,6 +624,9 @@ Release 2.7.2 - UNRELEASED
     YARN-3905. Application History Server UI NPEs when accessing apps run after
     RM restart (Eric Payne via jeagles)
 
+    YARN-3535. Scheduler must re-request container resources when RMContainer transitions
+    from ALLOCATED to KILLED (rohithsharma and peng.zhang via asuresh)
+
 Release 2.7.1 - 2015-07-06 
 
   INCOMPATIBLE CHANGES