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 F146BD8C0 for ; Wed, 31 Oct 2012 21:47:12 +0000 (UTC) Received: (qmail 48871 invoked by uid 500); 31 Oct 2012 21:47:12 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 48791 invoked by uid 500); 31 Oct 2012 21:47:12 -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 48745 invoked by uid 99); 31 Oct 2012 21:47:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 21:47:12 +0000 Date: Wed, 31 Oct 2012 21:47:12 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <2118585160.53234.1351720032538.JavaMail.jiratomcat@arcas> In-Reply-To: <1769415384.25158.1351125732642.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4749) Killing multiple attempts of a task taker longer as more attempts are killed 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-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488259#comment-13488259 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-4749: ---------------------------------------------------- Even if we do the wait only for jobs that are localizing, the queue still gets stuck and the bug at MAPREDUCE-4088 reappears. Let's call actions that correspond to jobs that are localizing as tainted-actions. The tight loop will result only when *ALL* the present actions in the queue are tainted. Which should be a rare case. Even this rare case can be fixed by keeping track of the tainted actions in a separate queue. > Killing multiple attempts of a task taker longer as more attempts are killed > ---------------------------------------------------------------------------- > > Key: MAPREDUCE-4749 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4749 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Arpit Gupta > Assignee: Arpit Gupta > Attachments: MAPREDUCE-4749.branch-1.patch > > > The following was noticed on a mr job running on hadoop 1.1.0 > 1. Start an mr job with 1 mapper > 2. Wait for a min > 3. Kill the first attempt of the mapper and then subsequently kill the other 3 attempts in order to fail the job > The time taken to kill the task grew exponentially. > 1st attempt was killed immediately. > 2nd attempt took a little over a min > 3rd attempt took approx. 20 mins > 4th attempt took around 3 hrs. > The command used to kill the attempt was "hadoop job -fail-task" > Note that the command returned immediately as soon as the fail attempt was accepted but the time the attempt was actually killed was as stated above. -- 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