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 D996477A2 for ; Wed, 10 Aug 2011 01:28:14 +0000 (UTC) Received: (qmail 65180 invoked by uid 500); 10 Aug 2011 01:28:14 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 65087 invoked by uid 500); 10 Aug 2011 01:28:14 -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 64590 invoked by uid 99); 10 Aug 2011 01:28:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 01:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 01:28:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BBB83B49CF for ; Wed, 10 Aug 2011 01:27:40 +0000 (UTC) Date: Wed, 10 Aug 2011 01:27:40 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1813775060.22417.1312939660765.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <359578008.1267.1311018117850.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2705) tasks localized and launched serially by TaskLauncher - causing other tasks to be delayed 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-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082055#comment-13082055 ] Hudson commented on MAPREDUCE-2705: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #760 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/760/]) MAPREDUCE-2705. Permits parallel multiple task launches. Contributed by Thomas Graves. MAPREDUCE-2705. Permits parallel multiple task launches. Contributed by Thomas Graves. ddas : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1153720 Files : * /hadoop/common/trunk/mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestTaskLauncherThreaded.java ddas : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1153717 Files : * /hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/TaskTracker.java * /hadoop/common/trunk/mapreduce/CHANGES.txt > tasks localized and launched serially by TaskLauncher - causing other tasks to be delayed > ----------------------------------------------------------------------------------------- > > Key: MAPREDUCE-2705 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2705 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 0.20.205.0 > Reporter: Thomas Graves > Assignee: Thomas Graves > Fix For: 0.20.205.0, 0.23.0 > > Attachments: MAPREDUCE-2705-branch20.patch, MAPREDUCE-2705-trunk.patch > > > The current TaskLauncher serially launches new tasks one at a time. During the launch it does the localization and then starts the map/reduce task. This can cause any other tasks to be blocked waiting for the current task to be localized and started. In some instances we have seen a task that has a large file to localize (1.2MB) block another task for about 40 minutes. This particular task being blocked was a cleanup task which caused the job to be delayed finishing for the 40 minutes. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira