Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 403EC200B8E for ; Mon, 26 Sep 2016 19:05:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3E988160AC8; Mon, 26 Sep 2016 17:05:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 572F3160AE7 for ; Mon, 26 Sep 2016 19:05:23 +0200 (CEST) Received: (qmail 41919 invoked by uid 500); 26 Sep 2016 17:05:21 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 41635 invoked by uid 99); 26 Sep 2016 17:05:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2016 17:05:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FFB62C2ABD for ; Mon, 26 Sep 2016 17:05:21 +0000 (UTC) Date: Mon, 26 Sep 2016 17:05:21 +0000 (UTC) From: "Arun Suresh (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5620) Core changes in NodeManager to support re-initialization of Containers with new launchContext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 26 Sep 2016 17:05:24 -0000 [ https://issues.apache.org/jira/browse/YARN-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15523620#comment-15523620 ] Arun Suresh commented on YARN-5620: ----------------------------------- Aah.. got it, since {{LocalizedResource#ref}} is a Queue and not a Set, an entry for the container will still exist.. Agreed, I will raise a jira. > Core changes in NodeManager to support re-initialization of Containers with new launchContext > --------------------------------------------------------------------------------------------- > > Key: YARN-5620 > URL: https://issues.apache.org/jira/browse/YARN-5620 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Arun Suresh > Assignee: Arun Suresh > Fix For: 2.9.0, 3.0.0-alpha2 > > Attachments: YARN-5620.001.patch, YARN-5620.002.patch, YARN-5620.003.patch, YARN-5620.004.patch, YARN-5620.005.patch, YARN-5620.006.patch, YARN-5620.007.patch, YARN-5620.008.patch, YARN-5620.009.patch, YARN-5620.010.patch, YARN-5620.011.patch, YARN-5620.012.patch, YARN-5620.013.patch, YARN-5620.014.patch, YARN-5620.015.patch, YARN-5620.016.patch > > > JIRA proposes to modify the ContainerManager (and other core classes) to support upgrade of a running container with a new {{ContainerLaunchContext}} as well as the ability to rollback the upgrade if the container is not able to restart using the new launch Context. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org