Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 11216 invoked from network); 13 Apr 2010 19:58:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 19:58:19 -0000 Received: (qmail 3482 invoked by uid 500); 13 Apr 2010 19:58:19 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 3423 invoked by uid 500); 13 Apr 2010 19:58:19 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 3415 invoked by uid 99); 13 Apr 2010 19:58:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 19:58:19 +0000 X-ASF-Spam-Status: No, hits=-1279.9 required=10.0 tests=ALL_TRUSTED,AWL 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, 13 Apr 2010 19:58:18 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3DJvwDn003272 for ; Tue, 13 Apr 2010 15:57:58 -0400 (EDT) Message-ID: <20208676.68311271188678023.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 15:57:58 -0400 (EDT) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-468) Shutdown Chukwa creates core.[pid] files In-Reply-To: <795184580.612191270061127262.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CHUKWA-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-468: ----------------------------- Status: Resolved (was: Patch Available) Fix Version/s: 0.4.0 Resolution: Fixed This has been committed. Thanks Ari. > Shutdown Chukwa creates core.[pid] files > ---------------------------------------- > > Key: CHUKWA-468 > URL: https://issues.apache.org/jira/browse/CHUKWA-468 > Project: Hadoop Chukwa > Issue Type: Improvement > Components: scripts > Affects Versions: 0.1.2, 0.2.0, 0.3.0, 0.4.0 > Environment: Redhat EL 5.1, Java 1.6 > Reporter: Eric Yang > Assignee: Eric Yang > Fix For: 0.4.0 > > Attachments: CHUKWA-468.patch > > > Chukwa scripts are using kill -TERM for shutdown chukwa processes. This creates a lot of unwanted core.[pid] file in the CHUKWA_HOME directory. Ideally, we should use kill -1 to shutdown Chukwa processes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira