Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 14376 invoked from network); 27 Apr 2007 11:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 11:20:40 -0000 Received: (qmail 85184 invoked by uid 500); 27 Apr 2007 11:20:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 85132 invoked by uid 500); 27 Apr 2007 11:20:43 -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 85123 invoked by uid 99); 27 Apr 2007 11:20:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 04:20:43 -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; Fri, 27 Apr 2007 04:20:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AFCA6714076 for ; Fri, 27 Apr 2007 04:20:15 -0700 (PDT) Message-ID: <9033211.1177672815717.JavaMail.jira@brutus> Date: Fri, 27 Apr 2007 04:20:15 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1279) list of completed jobs purges jobs based on submission not on completion age In-Reply-To: <11355419.1177053075687.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-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492246 ] Hadoop QA commented on HADOOP-1279: ----------------------------------- Integrated in Hadoop-Nightly #71 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/71/) > list of completed jobs purges jobs based on submission not on completion age > ---------------------------------------------------------------------------- > > Key: HADOOP-1279 > URL: https://issues.apache.org/jira/browse/HADOOP-1279 > Project: Hadoop > Issue Type: Bug > Components: mapred > Environment: all > Reporter: Alejandro Abdelnur > Assigned To: Arun C Murthy > Fix For: 0.13.0 > > Attachments: HADOOP-1279_20070420_1.patch > > > The JobTracker keeps at most the last 100 completed jobs. > One this limit is exceeded and there is a new completed job the old submitted job in completed state is removed regardless if there are jobs that have finished much earlier in the completed list. > The job should be added at completion time, not a submission time to avoid this problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.