Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 50754 invoked from network); 26 Jun 2009 03:45:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 03:45:21 -0000 Received: (qmail 7783 invoked by uid 500); 26 Jun 2009 03:45:31 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 7409 invoked by uid 500); 26 Jun 2009 03:45:30 -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 7252 invoked by uid 99); 26 Jun 2009 03:45:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 03:45:29 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 03:45:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56DDC234C004 for ; Thu, 25 Jun 2009 20:45:07 -0700 (PDT) Message-ID: <900692014.1245987907341.JavaMail.jira@brutus> Date: Thu, 25 Jun 2009 20:45:07 -0700 (PDT) From: "Sreekanth Ramakrishnan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6106) Provide an option in ShellCommandExecutor to timeout commands that do not complete within a certain amount of time. In-Reply-To: <617214802.1245927547649.JavaMail.jira@brutus> 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/HADOOP-6106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724374#action_12724374 ] Sreekanth Ramakrishnan commented on HADOOP-6106: ------------------------------------------------ output from ant test-patch {noformat} [exec] [exec] [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] -1 javac. The applied patch generated 64 javac compiler warnings (more than the trunk's current 124 warnings). [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] -1 release audit. The applied patch generated 271 release audit warnings (more than the trunk's current 269 warnings). [exec] {noformat} All test cases passed locally. > Provide an option in ShellCommandExecutor to timeout commands that do not complete within a certain amount of time. > ------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-6106 > URL: https://issues.apache.org/jira/browse/HADOOP-6106 > Project: Hadoop Common > Issue Type: Improvement > Components: util > Reporter: Hemanth Yamijala > Assignee: Sreekanth Ramakrishnan > Attachments: HADOOP-6106-1.patch, HADOOP-6106-2.patch, HADOOP-6106.patch, mapred-211-common-3.patch > > > In MAPREDUCE-211 we came across a need to provide an option to timeout commands launched via the ShellCommandExecutor. The use case is for the health check script being developed in MAPREDUCE-211. We would like the TaskTracker thread to not be blocked by a problematic script or in instances where fork()+exec() has hung (which apparently has been observed in large clusters). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.