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 F0BD517BD9 for ; Thu, 14 May 2015 20:12:14 +0000 (UTC) Received: (qmail 24910 invoked by uid 500); 14 May 2015 20:12:03 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 24472 invoked by uid 500); 14 May 2015 20:12:03 -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 23666 invoked by uid 99); 14 May 2015 20:12:03 -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; Thu, 14 May 2015 20:12:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F40A8E3A64; Thu, 14 May 2015 20:12:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jitendra@apache.org To: common-commits@hadoop.apache.org Date: Thu, 14 May 2015 20:12:26 -0000 Message-Id: <6a3f52de01e14d49ae48bc2a6feb310c@git.apache.org> In-Reply-To: <833869959e504754a8d8d8c8ee5003db@git.apache.org> References: <833869959e504754a8d8d8c8ee5003db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/37] hadoop git commit: Update fix version for YARN-3457 and YARN-3537. Update fix version for YARN-3457 and YARN-3537. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f7de6198 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f7de6198 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f7de6198 Branch: refs/heads/HDFS-7240 Commit: f7de6198da030cb9cd62dcfd3c378dbbf857e017 Parents: 7f19e7a Author: Jason Lowe Authored: Wed May 13 20:52:17 2015 +0000 Committer: Jason Lowe Committed: Wed May 13 20:53:16 2015 +0000 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f7de6198/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 38f5e81..146690b 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -291,9 +291,6 @@ Release 2.8.0 - UNRELEASED YARN-3110. Few issues in ApplicationHistory web ui. (Naganarasimha G R via xgong) - YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called. - (Bibin A Chundatt via ozawa) - YARN-3459. Fix failiure of TestLog4jWarningErrorMetricsAppender. (Varun Vasudev via wangda) @@ -320,9 +317,6 @@ Release 2.8.0 - UNRELEASED YARN-3444. Fix typo capabililty. (Gabor Liptak via aajisaka) - YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore - invoked (Brahma Reddy Battula via jlowe) - YARN-3530. ATS throws exception on trying to filter results without otherinfo. (zhijie shen via xgong) @@ -488,6 +482,12 @@ Release 2.7.1 - UNRELEASED YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. (Craig Welch via xgong) + YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called. + (Bibin A Chundatt via ozawa) + + YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore + invoked (Brahma Reddy Battula via jlowe) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES