Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 13584 invoked from network); 18 Aug 2007 16:16:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2007 16:16:52 -0000 Received: (qmail 44606 invoked by uid 500); 18 Aug 2007 16:16:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 44572 invoked by uid 500); 18 Aug 2007 16:16:49 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 44563 invoked by uid 99); 18 Aug 2007 16:16:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 09:16:49 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 16:16:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D91C8714191 for ; Sat, 18 Aug 2007 09:16:30 -0700 (PDT) Message-ID: <19456748.1187453790886.JavaMail.jira@brutus> Date: Sat, 18 Aug 2007 09:16:30 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1719) Improve the utilization of shuffle copier threads In-Reply-To: <32443721.1187243491698.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520862 ] Hadoop QA commented on HADOOP-1719: ----------------------------------- -1, new javadoc warnings The javadoc tool appears to have generated warning messages when testing the latest attachment http://issues.apache.org/jira/secure/attachment/12364036/1719.1.patch against trunk revision r566886. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/566/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/566/console Please note that this message is automatically generated and may represent a problem with the automation system and not the patch. > Improve the utilization of shuffle copier threads > ------------------------------------------------- > > Key: HADOOP-1719 > URL: https://issues.apache.org/jira/browse/HADOOP-1719 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Reporter: Devaraj Das > Assignee: Devaraj Das > Fix For: 0.15.0 > > Attachments: 1719.1.patch, 1719.patch > > > In the current design, the scheduling of copies is done and the scheduler (the main loop in fetchOutputs) won't schedule anything until it hears back from at least one of the copier threads. Due to this, the main loop won't query the TaskTracker asking for new map locations and may not be using all the copiers effectively. This may not be an issue for small-sized map outputs, where at steady state, the frequency of such notifications is frequent. > Ideally, we should schedule all what we can, and, depending on how busy we currently are, query the tasktracker for more map locations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.