Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F1531021E for ; Sat, 8 Feb 2014 00:34:43 +0000 (UTC) Received: (qmail 82762 invoked by uid 500); 8 Feb 2014 00:34:21 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 82673 invoked by uid 500); 8 Feb 2014 00:34:20 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 82660 invoked by uid 99); 8 Feb 2014 00:34:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Feb 2014 00:34:19 +0000 Date: Sat, 8 Feb 2014 00:34:19 +0000 (UTC) From: "Zhijie Shen (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-1345) RMServerUtils#createApplicationAttemptState needs to add the mapping for FINAL_SAVING MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhijie Shen updated YARN-1345: ------------------------------ Attachment: YARN-1345.2.patch Create a patch to remove FINAL_SAVING from YarnApplicationAttemptState, and make RMAppAttempt return prior state if RMAppAttempt is currently at FINAL_SAVING. Add assertion in TestRMAppAttemptTransitions to verify correct YarnApplicationAttemptState is output when RMAppAttempt is at FINAL_SAVING. > RMServerUtils#createApplicationAttemptState needs to add the mapping for FINAL_SAVING > ------------------------------------------------------------------------------------- > > Key: YARN-1345 > URL: https://issues.apache.org/jira/browse/YARN-1345 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Zhijie Shen > Assignee: Zhijie Shen > Attachments: YARN-1345.1.patch, YARN-1345.2.patch > > > Whenever YARN-891 is done, we need to add the mapping of RMAppAttemptState.FINAL_SAVING -> YarnApplicationAttemptState.FINAL_SAVING in RMServerUtils#createApplicationAttemptState -- This message was sent by Atlassian JIRA (v6.1.5#6160)