Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 38898 invoked from network); 7 Jul 2009 14:18:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 14:18:26 -0000 Received: (qmail 21310 invoked by uid 500); 7 Jul 2009 14:18:37 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 21268 invoked by uid 500); 7 Jul 2009 14:18:37 -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 21258 invoked by uid 99); 7 Jul 2009 14:18:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 14:18:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 14:18:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 00F07234C004 for ; Tue, 7 Jul 2009 07:18:15 -0700 (PDT) Message-ID: <866661702.1246976294999.JavaMail.jira@brutus> Date: Tue, 7 Jul 2009 07:18:14 -0700 (PDT) From: "Vinod K V (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-722) More slots are getting reserved for HiRAM job tasks then required In-Reply-To: <1736245768.1246955295133.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated MAPREDUCE-722: -------------------------------- Attachment: MAPREDUCE-722.1.txt Thought about it a bit more and discussed with Hemanth and Devaraj. This does look like a complicated issue and needs a larger discussion. For fixing the issue at hand, I am reverting changes w.r.t speculative execution. So, the attached patch fixed cluster drain problem in general for high memory jobs. But if a high memory job enables speculative execution, it might starve. Will track the fix for speculative execution in a follow up JIRA. > More slots are getting reserved for HiRAM job tasks then required > ----------------------------------------------------------------- > > Key: MAPREDUCE-722 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-722 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/capacity-sched > Environment: Cluster MR capacity=248/248 Map slot size=1500 mb and reduce slot size=2048 mb. Total number of nodes=124 > 4 queues each having Capacity=25% User Limit=100%. > Reporter: Karam Singh > Assignee: Vinod K V > Attachments: MAPREDUCE-722.1.txt, MAPREDUCE-722.txt > > > Submitted a normal job with map=124=reduces > After submitted High RAM with maps=31=reduces map.memory=1800 reduce.memory=2800 > Again 3 job maps=124=reduces > total of 248 slots were reserved for both maps and reduces for High Job which much higher then required. > Is observed in Hadoop 0.20.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.