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 C7632200AF5 for ; Thu, 2 Jun 2016 23:48:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C61BA160A52; Thu, 2 Jun 2016 21:48:00 +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 3FFA7160A51 for ; Thu, 2 Jun 2016 23:48:00 +0200 (CEST) Received: (qmail 84095 invoked by uid 500); 2 Jun 2016 21:47:59 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 84068 invoked by uid 99); 2 Jun 2016 21:47:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 21:47:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2886C2C1F5A for ; Thu, 2 Jun 2016 21:47:59 +0000 (UTC) Date: Thu, 2 Jun 2016 21:47:59 +0000 (UTC) From: "Jason Lowe (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5197) RM leaks containers if running container disappears from node update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 21:48:01 -0000 Jason Lowe created YARN-5197: -------------------------------- Summary: RM leaks containers if running container disappears from node update Key: YARN-5197 URL: https://issues.apache.org/jira/browse/YARN-5197 Project: Hadoop YARN Issue Type: Bug Components: resourcemanager Affects Versions: 2.6.4, 2.7.2 Reporter: Jason Lowe Assignee: Jason Lowe Once a node reports a container running in a status update, the corresponding RMNodeImpl will track the container in its launchedContainers map. If the node somehow misses sending the completed container status to the RM and the container simply disappears from subsequent heartbeats, the container will leak in launchedContainers forever and the container completion event will not be sent to the scheduler. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org