From yarn-issues-return-88915-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Jun 14 02:58:58 2016 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 B99411973F for ; Tue, 14 Jun 2016 02:58:58 +0000 (UTC) Received: (qmail 31608 invoked by uid 500); 14 Jun 2016 02:58:58 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 31548 invoked by uid 500); 14 Jun 2016 02:58:58 -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 31525 invoked by uid 99); 14 Jun 2016 02:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 02:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D523C2C1F5D for ; Tue, 14 Jun 2016 02:58:57 +0000 (UTC) Date: Tue, 14 Jun 2016 02:58:57 +0000 (UTC) From: "ChenFolin (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5241) FairScheduler repeat container completed 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-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ChenFolin updated YARN-5241: ---------------------------- Attachment: YARN-5241-002.patch renew patch for trunk > FairScheduler repeat container completed > ---------------------------------------- > > Key: YARN-5241 > URL: https://issues.apache.org/jira/browse/YARN-5241 > Project: Hadoop YARN > Issue Type: Bug > Components: fairscheduler > Affects Versions: 2.5.0, 2.6.1, 2.8.0, 2.7.2 > Reporter: ChenFolin > Attachments: YARN-5241-001.patch, YARN-5241-002.patch, repeatContainerCompleted.log > > > NodeManager heartbeat event NODE_UPDATE and ApplicationMaster allocate operate may cause repeat container completed, it can lead something wrong. > Node releaseContainer can pervent repeat release operate: > like: > public synchronized void releaseContainer(Container container) { > if (!isValidContainer(container.getId())) { > LOG.error("Invalid container released " + container); > return; > } > FSAppAttempt containerCompleted did not prevent repeat container completed operate. > Detail logs at attach file. -- 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