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 0F4B318B98 for ; Tue, 22 Dec 2015 06:10:47 +0000 (UTC) Received: (qmail 77969 invoked by uid 500); 22 Dec 2015 06:10:46 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 77919 invoked by uid 500); 22 Dec 2015 06:10:46 -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 77905 invoked by uid 99); 22 Dec 2015 06:10:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2015 06:10:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A11792C1F5D for ; Tue, 22 Dec 2015 06:10:46 +0000 (UTC) Date: Tue, 22 Dec 2015 06:10:46 +0000 (UTC) From: "Jun Gong (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-4494) Recover completed apps asynchronously 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-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067599#comment-15067599 ] Jun Gong commented on YARN-4494: -------------------------------- Thanks for the all suggestions. [~Naganarasimha] I plan to keep completed apps in a map and recover them asynchronously after recovering apps which are not yet completed, it is same as the solution 2 which you mentioned. IMO solution 1 is more complex than it. [~templedf] It is really a good question. I did not notice the problem when I created the issue, because I thought it was not a big problem. I prefer the method that forces immediate recovery of that app or block until it's recovered, because it will make no changes to the behaviors for client. > Recover completed apps asynchronously > ------------------------------------- > > Key: YARN-4494 > URL: https://issues.apache.org/jira/browse/YARN-4494 > Project: Hadoop YARN > Issue Type: Improvement > Components: resourcemanager > Reporter: Jun Gong > Assignee: Jun Gong > > With RM HA enabled, when recovering apps, recover completed apps asynchronously. -- This message was sent by Atlassian JIRA (v6.3.4#6332)