Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 9484 invoked from network); 23 Mar 2008 09:51:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2008 09:51:28 -0000 Received: (qmail 883 invoked by uid 500); 23 Mar 2008 09:51:25 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 851 invoked by uid 500); 23 Mar 2008 09:51:25 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 842 invoked by uid 99); 23 Mar 2008 09:51:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Mar 2008 02:51:25 -0700 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; Sun, 23 Mar 2008 09:50:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01B42234C0AD for ; Sun, 23 Mar 2008 02:49:25 -0700 (PDT) Message-ID: <93925686.1206265765005.JavaMail.jira@brutus> Date: Sun, 23 Mar 2008 02:49:25 -0700 (PDT) From: "Hadoop QA (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-2119) JobTracker becomes non-responsive if the task trackers finish task too fast 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-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581367#action_12581367 ] Hadoop QA commented on HADOOP-2119: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12378413/HADOOP-2119-v5.2.patch against trunk revision 619744. @author +1. The patch does not contain any @author tags. tests included -1. The patch doesn't appear to include any new or modified tests. Please justify why no tests are needed for this patch. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new javac compiler warnings. release audit +1. The applied patch does not generate any new release audit warnings. findbugs -1. The patch appears to introduce 1 new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2028/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2028/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2028/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2028/console This message is automatically generated. > JobTracker becomes non-responsive if the task trackers finish task too fast > --------------------------------------------------------------------------- > > Key: HADOOP-2119 > URL: https://issues.apache.org/jira/browse/HADOOP-2119 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.16.0 > Reporter: Runping Qi > Assignee: Amar Kamat > Priority: Critical > Fix For: 0.17.0 > > Attachments: HADOOP-2119-v4.1.patch, HADOOP-2119-v5.1.patch, HADOOP-2119-v5.1.patch, HADOOP-2119-v5.2.patch, hadoop-2119.patch, hadoop-jobtracker-thread-dump.txt > > > I ran a job with 0 reducer on a cluster with 390 nodes. > The mappers ran very fast. > The jobtracker lacks behind on committing completed mapper tasks. > The number of running mappers displayed on web UI getting bigger and bigger. > The jos tracker eventually stopped responding to web UI. > No progress is reported afterwards. > Job tracker is running on a separate node. > The job tracker process consumed 100% cpu, with vm size 1.01g (reach the heap space limit). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.