Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 89129 invoked from network); 7 Jul 2010 07:14:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 07:14:19 -0000 Received: (qmail 72769 invoked by uid 500); 7 Jul 2010 07:14:19 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 72658 invoked by uid 500); 7 Jul 2010 07:14:18 -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 72556 invoked by uid 99); 7 Jul 2010 07:14:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 07:14:14 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 07:14:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o677DoZj028070 for ; Wed, 7 Jul 2010 07:13:50 GMT Message-ID: <4630122.235251278486830019.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 03:13:50 -0400 (EDT) From: "Iyappan Srinivasan (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1730) Automate test scenario for successful/killed jobs' memory is properly removed from jobtracker after these jobs retire. In-Reply-To: <27843972.28021272354332705.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Iyappan Srinivasan updated MAPREDUCE-1730: ------------------------------------------ Attachment: TestRetiredJobs-ydist-security-patch.txt Removed Thread statements and introduced UtilsForTests.waitFor method. - Also introduced a variable, picked from mapred.jobtracker.retirejob.check, which will handle waiting times better. Tested it too. Since this code is already checked in, the diff patch is attached. For trunk, patch will have the full testcase. > Automate test scenario for successful/killed jobs' memory is properly removed from jobtracker after these jobs retire. > ---------------------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1730 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1730 > Project: Hadoop Map/Reduce > Issue Type: Test > Affects Versions: 0.22.0 > Reporter: Iyappan Srinivasan > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1730.patch, MAPREDUCE-1730.patch, TestJobRetired.patch, TestJobRetired.patch, TestRetiredJobs-ydist-security-patch.txt, TestRetiredJobs-ydist-security-patch.txt, TestRetiredJobs.patch > > > Automate using herriot framework, test scenario for successful/killed jobs' memory is properly removed from jobtracker after these jobs retire. > This should test when successful and failed jobs are retired, their jobInProgress object are removed properly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.