Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 76204DFFD for ; Fri, 21 Sep 2012 01:25:09 +0000 (UTC) Received: (qmail 44546 invoked by uid 500); 21 Sep 2012 01:25:09 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 44497 invoked by uid 500); 21 Sep 2012 01:25:09 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 44488 invoked by uid 99); 21 Sep 2012 01:25:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 01:25:09 +0000 Date: Fri, 21 Sep 2012 12:25:09 +1100 (NCT) From: "Bikas Saha (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1831841708.105575.1348190709229.JavaMail.jiratomcat@arcas> In-Reply-To: <2112650393.105164.1348182077905.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (MAPREDUCE-4671) AM does not tell the RM about container requests that are no longer needed 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/MAPREDUCE-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha updated MAPREDUCE-4671: ---------------------------------- Attachment: MAPREDUCE-4671.2.patch New patch ensures that there wont be duplicates in the ask set. I have left a question in comments for the committers. > AM does not tell the RM about container requests that are no longer needed > -------------------------------------------------------------------------- > > Key: MAPREDUCE-4671 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4671 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Bikas Saha > Assignee: Bikas Saha > Attachments: MAPREDUCE-4671.1.patch, MAPREDUCE-4671.2.patch > > > Say the AM wanted a container at hosts h1, h2, h3. After getting a container at h1 it should tell RM that it no longer needs containers at h2, h3. Otherwise on the RM h2, h3 remain valid allocation locations. > The AM RMContainerAllocator does remove these resource requests internally. When the resource request container count drops to 0 then it drops the resource request from its tables but forgets to send the 0 sized request to the RM. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira