From mapreduce-issues-return-13531-apmail-hadoop-mapreduce-issues-archive=hadoop.apache.org@hadoop.apache.org Tue May 11 04:08:55 2010 Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 2684 invoked from network); 11 May 2010 04:08:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 04:08:55 -0000 Received: (qmail 72852 invoked by uid 500); 11 May 2010 04:08:54 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 72762 invoked by uid 500); 11 May 2010 04:08:54 -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 72754 invoked by uid 99); 11 May 2010 04:08:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 04:08:54 +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; Tue, 11 May 2010 04:08:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4B48UIp001973 for ; Tue, 11 May 2010 04:08:30 GMT Message-ID: <2595227.14031273550910554.JavaMail.jira@thor> Date: Tue, 11 May 2010 00:08:30 -0400 (EDT) From: "Balaji Rajagopalan (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1731) Process tree clean up suspended task tests. In-Reply-To: <20713763.29581272358473655.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-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866050#action_12866050 ] Balaji Rajagopalan commented on MAPREDUCE-1731: ----------------------------------------------- + cluster.setUp(); + cluster.restartClusterWithNewConfig(prop, confFile); + UtilsForTests.waitFor(1000); + cluster.setUp(); The setUp should be called only once, if it is really required to call setUp two times, then there is something wrong with the current design which can be improved, we need to investigate further into this. Vinay can you please justify why are calling setUp two times, can we overcome this by changing the current framework implementation. > Process tree clean up suspended task tests. > ------------------------------------------- > > Key: MAPREDUCE-1731 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1731 > Project: Hadoop Map/Reduce > Issue Type: Task > Components: test > Reporter: Vinay Kumar Thota > Assignee: Vinay Kumar Thota > Attachments: 1731-ydist-security.patch, suspendtask_1731.patch, suspendtask_1731.patch > > > 1 .Verify the process tree cleanup of suspended task and task should be terminated after timeout. > 2. Verify the process tree cleanup of suspended task and resume the task before task timeout. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.