Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 78146 invoked from network); 16 Jun 2010 07:20:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jun 2010 07:20:46 -0000 Received: (qmail 95139 invoked by uid 500); 16 Jun 2010 07:20:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95090 invoked by uid 500); 16 Jun 2010 07:20:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95082 invoked by uid 99); 16 Jun 2010 07:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 07:20:43 +0000 X-ASF-Spam-Status: No, hits=-1523.4 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; Wed, 16 Jun 2010 07:20:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5G7KM9E021139 for ; Wed, 16 Jun 2010 07:20:23 GMT Message-ID: <26968682.25391276672822652.JavaMail.jira@thor> Date: Wed, 16 Jun 2010 03:20:22 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-2725) Shutdown hook management is gone in trunk; restore In-Reply-To: <32681052.87561276554132943.JavaMail.jira@thor> 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/HBASE-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-2725: ------------------------- Attachment: 2725.txt First cut. Not finished yet. Adds a ShutdownHookManager that has all the ugly stuff from interrogation of context and then the running of the hooks. > Shutdown hook management is gone in trunk; restore > -------------------------------------------------- > > Key: HBASE-2725 > URL: https://issues.apache.org/jira/browse/HBASE-2725 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Priority: Blocker > Fix For: 0.21.0 > > Attachments: 2725.txt > > > Shutdown hook handling is gone from trunk. Investigate (I think I did this cleaning up tests but was over-enthusiastic pruning). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.