From 9c790a8fb70783ff8655ae908035a3feddae6343 Mon Sep 17 00:00:00 2001 From: Vinod Kumar Vavilapalli Date: Mon, 22 Jul 2013 23:32:51 +0000 Subject: [PATCH] Fixing YARN CHANGES.txt. The general bug list got mixed up with HADOOP-8562 sub-tasks. svn merge --ignore-ancestry -c 1505847 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1505848 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-yarn-project/CHANGES.txt | 68 ++++++++++++++++----------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index cab6d452c01..8b4457087a8 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -684,7 +684,40 @@ Release 2.1.0-beta - 2013-07-02 YARN-919. Document setting default heap sizes in yarn-env.sh (Mayank Bansal via hitesh) - BREAKDOWN OF HADOOP-8562 SUBTASKS AND RELATED JIRAS + YARN-795. Fair scheduler queue metrics should subtract allocated vCores from + available vCores. (ywskycn via tucu) + + YARN-799. Fix CgroupsLCEResourcesHandler to use /tasks instead of + /cgroup.procs. (Chris Riccomini via acmurthy) + + YARN-333. Schedulers cannot control the queue-name of an + application. (sandyr via tucu) + + YARN-368. Fixed a typo in error message in Auxiliary services. (Albert Chu + via vinodkv) + + YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state + machine. (Mayank Bansal via vinodkv) + + YARN-523. Modified a test-case to validate container diagnostics on + localization failures. (Jian He via vinodkv) + + YARN-661. Fixed NM to cleanup users' local directories correctly when + starting up. (Omkar Vinit Joshi via vinodkv) + + YARN-820. Fixed an invalid state transition in NodeManager caused by failing + resource localization. (Mayank Bansal via vinodkv) + + YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for + repetitive container launches. (Omkar Vinit Joshi via vinodkv) + + YARN-814. Improving diagnostics when containers fail during launch due to + various reasons like invalid env etc. (Jian He via vinodkv) + + YARN-897. Ensure child queues are ordered correctly to account for + completed containers. (Djellel Eddine Difallah via acmurthy) + + BREAKDOWN OF HADOOP-8562/YARN-191 SUBTASKS AND RELATED JIRAS YARN-158. Yarn creating package-info.java must not depend on sh. (Chris Nauroth via suresh) @@ -749,39 +782,6 @@ Release 2.1.0-beta - 2013-07-02 YARN-909. Disable TestLinuxContainerExecutorWithMocks on Windows. (Chuan Liu via cnauroth) - YARN-795. Fair scheduler queue metrics should subtract allocated vCores from - available vCores. (ywskycn via tucu) - - YARN-799. Fix CgroupsLCEResourcesHandler to use /tasks instead of - /cgroup.procs. (Chris Riccomini via acmurthy) - - YARN-333. Schedulers cannot control the queue-name of an - application. (sandyr via tucu) - - YARN-368. Fixed a typo in error message in Auxiliary services. (Albert Chu - via vinodkv) - - YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state - machine. (Mayank Bansal via vinodkv) - - YARN-523. Modified a test-case to validate container diagnostics on - localization failures. (Jian He via vinodkv) - - YARN-661. Fixed NM to cleanup users' local directories correctly when - starting up. (Omkar Vinit Joshi via vinodkv) - - YARN-820. Fixed an invalid state transition in NodeManager caused by failing - resource localization. (Mayank Bansal via vinodkv) - - YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for - repetitive container launches. (Omkar Vinit Joshi via vinodkv) - - YARN-814. Improving diagnostics when containers fail during launch due to - various reasons like invalid env etc. (Jian He via vinodkv) - - YARN-897. Ensure child queues are ordered correctly to account for - completed containers. (Djellel Eddine Difallah via acmurthy) - Release 2.0.5-alpha - 06/06/2013 INCOMPATIBLE CHANGES