Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 20256 invoked from network); 23 May 2007 03:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 03:23:38 -0000 Received: (qmail 78816 invoked by uid 500); 23 May 2007 03:23:42 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 78790 invoked by uid 500); 23 May 2007 03:23:42 -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 78781 invoked by uid 99); 23 May 2007 03:23:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 20:23:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 22 May 2007 20:23:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 586A3714044 for ; Tue, 22 May 2007 20:23:16 -0700 (PDT) Message-ID: <33188862.1179890596359.JavaMail.jira@brutus> Date: Tue, 22 May 2007 20:23:16 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop. In-Reply-To: <14766976.1179284476177.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-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498087 ] Arun C Murthy commented on HADOOP-1374: --------------------------------------- Owen, I'm not sure these are related... the code in question:
else if ("-events".equals(argv[i])) {
        listEvents(argv[i+1], Integer.parseInt(argv[i+2]), 
                   Integer.parseInt(argv[i+3]));
        i += 3;
      }
So incomplete args to
$ bin/hadoop job -events job_0001  
could be the reason for the ArrayIndexOutOfBoundsException you noticed? *smile* > TaskTracker falls into an infinite loop. > ---------------------------------------- > > Key: HADOOP-1374 > URL: https://issues.apache.org/jira/browse/HADOOP-1374 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.12.3 > Reporter: Konstantin Shvachko > Assigned To: Arun C Murthy > Fix For: 0.13.0 > > > All maps had been completed successfully. I had only one reduce task during which > TaskTracker infinitely outputs: > 07/05/15 19:35:41 INFO mapred.TaskTracker: task_0001_r_000000_0 0.16666667% reduce > copy (4 of 8 at 0.00 MB/s) > > 07/05/15 19:35:42 INFO mapred.TaskTracker: task_0001_r_000000_0 0.16666667% reduce > copy (4 of 8 at 0.00 MB/s) > > 07/05/15 19:35:43 INFO mapred.TaskTracker: task_0001_r_000000_0 0.16666667% reduce > copy (4 of 8 at 0.00 MB/s) > > 07/05/15 19:35:44 INFO mapred.TaskTracker: task_0001_r_000000_0 0.16666667% reduce > copy (4 of 8 at 0.00 MB/s) > > 07/05/15 19:35:45 INFO mapred.TaskTracker: task_0001_r_000000_0 0.16666667% reduce > copy (4 of 8 at 0.00 MB/s) > > JobTracker does not log anything about task task_0001_r_000000_0 except for > 07/05/15 19:49:01 INFO mapred.JobTracker: Adding task 'task_0001_r_000000_0' to tip tip_0001_r_000000, for tracker 'tracker_my-host.com:50050' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.