Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4486E189AC for ; Mon, 27 Jul 2015 20:17:22 +0000 (UTC) Received: (qmail 83142 invoked by uid 500); 27 Jul 2015 20:07:45 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 82158 invoked by uid 500); 27 Jul 2015 20:07:44 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 80376 invoked by uid 99); 27 Jul 2015 20:07:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 20:07:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E0EEBE050A; Mon, 27 Jul 2015 20:07:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zjshen@apache.org To: common-commits@hadoop.apache.org Date: Mon, 27 Jul 2015 20:08:15 -0000 Message-Id: <3bfbdb8ee0074a1baa0dfe65e8ffe1d6@git.apache.org> In-Reply-To: <0e7baf2391424ef092872afc9ad1fa83@git.apache.org> References: <0e7baf2391424ef092872afc9ad1fa83@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] hadoop git commit: YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c2ae54e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c2ae54e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0c2ae54e Branch: refs/heads/YARN-2928 Commit: 0c2ae54eab301cb479b61a1c1f97045395c18427 Parents: c310745 Author: carlo curino Authored: Fri Jul 24 13:38:44 2015 -0700 Committer: Zhijie Shen Committed: Mon Jul 27 12:57:36 2015 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c2ae54e/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 3525da7..fb21bf9 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -825,6 +825,10 @@ Release 2.7.2 - UNRELEASED YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via jianhe) + YARN-3969. Allow jobs to be submitted to reservation that is active + but does not have any allocations. (subru via curino) + + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES @@ -985,8 +989,6 @@ Release 2.7.1 - 2015-07-06 YARN-3850. NM fails to read files from full disks which can lead to container logs being lost and other issues (Varun Saxena via jlowe) - YARN-3969. Allow jobs to be submitted to reservation that is active - but does not have any allocations. (subru via curino) Release 2.7.0 - 2015-04-20