Return-Path: X-Original-To: apmail-hadoop-yarn-commits-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3399B107D6 for ; Mon, 22 Jul 2013 23:33:44 +0000 (UTC) Received: (qmail 86986 invoked by uid 500); 22 Jul 2013 23:33:44 -0000 Delivered-To: apmail-hadoop-yarn-commits-archive@hadoop.apache.org Received: (qmail 86915 invoked by uid 500); 22 Jul 2013 23:33:44 -0000 Mailing-List: contact yarn-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-commits@hadoop.apache.org Delivered-To: mailing list yarn-commits@hadoop.apache.org Received: (qmail 86907 invoked by uid 99); 22 Jul 2013 23:33:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 23:33:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 23:33:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B67322388AA7; Mon, 22 Jul 2013 23:33:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1505850 - /hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt Date: Mon, 22 Jul 2013 23:33:22 -0000 To: yarn-commits@hadoop.apache.org From: vinodkv@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130722233322.B67322388AA7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vinodkv Date: Mon Jul 22 23:33:22 2013 New Revision: 1505850 URL: http://svn.apache.org/r1505850 Log: Fixing YARN CHANGES.txt. The general bug list got mixed up with HADOOP-8562 sub-tasks. svn merge --ignore-ancestry -c 1505847 ../../trunk/ Modified: hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt Modified: hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt?rev=1505850&r1=1505849&r2=1505850&view=diff ============================================================================== --- hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt (original) +++ hadoop/common/branches/branch-2.1-beta/hadoop-yarn-project/CHANGES.txt Mon Jul 22 23:33:22 2013 @@ -672,7 +672,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) @@ -737,39 +770,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