From hcatalog-commits-return-134-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Fri May 6 20:19:44 2011 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83E6D3430 for ; Fri, 6 May 2011 20:19:44 +0000 (UTC) Received: (qmail 45104 invoked by uid 500); 6 May 2011 20:19:44 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 45088 invoked by uid 500); 6 May 2011 20:19:44 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 45081 invoked by uid 99); 6 May 2011 20:19:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 20:19:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 20:19:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1824CC4FA1 for ; Fri, 6 May 2011 20:19:03 +0000 (UTC) Date: Fri, 6 May 2011 20:19:03 +0000 (UTC) From: "Mac Yang (JIRA)" To: hcatalog-commits@incubator.apache.org Message-ID: <41482364.28978.1304713143080.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HCATALOG-24) HCatalog startup script dies silently if pid file exists 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 HCatalog startup script dies silently if pid file exists -------------------------------------------------------- Key: HCATALOG-24 URL: https://issues.apache.org/jira/browse/HCATALOG-24 Project: HCatalog Issue Type: Improvement Reporter: Mac Yang Possible solutions, 1. If the pid file exists, exit after printing the reason to the screen. 2. (preferred) If the pid file exists, check to see if a process is running at that pid. If not, remove the pid file and continue. If process is running at that pid, exit after printing the reason to the screen. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira