Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 27044 invoked from network); 3 Oct 2010 02:46:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Oct 2010 02:46:56 -0000 Received: (qmail 20226 invoked by uid 500); 3 Oct 2010 02:46:56 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20108 invoked by uid 500); 3 Oct 2010 02:46:55 -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 20097 invoked by uid 99); 3 Oct 2010 02:46:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Oct 2010 02:46: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; Sun, 03 Oct 2010 02:46:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o932kYbH019862 for ; Sun, 3 Oct 2010 02:46:34 GMT Message-ID: <27698273.515361286073994302.JavaMail.jira@thor> Date: Sat, 2 Oct 2010 22:46:34 -0400 (EDT) From: "Nicolas Spiegelberg (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3043) 'hbase-daemon.sh stop regionserver' should kill compactions that are in progress In-Reply-To: <10849273.434311285635693155.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-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-3043: --------------------------------------- Status: Patch Available (was: Open) > 'hbase-daemon.sh stop regionserver' should kill compactions that are in progress > -------------------------------------------------------------------------------- > > Key: HBASE-3043 > URL: https://issues.apache.org/jira/browse/HBASE-3043 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.89.20100621, 0.90.0 > Reporter: Nicolas Spiegelberg > Assignee: Nicolas Spiegelberg > Fix For: 0.89.20100924, 0.90.0 > > Attachments: HBASE-3043_0.89.patch, HBASE-3043_0.90.patch > > > During rolling restarts, we'll occasionally get into a situation with our 100-node cluster where a RS stop takes 5-10 minutes. The problem is that the RS is undergoing a compaction and won't stop until it is complete. In a stop situation, it would be preferable to preempt the compaction, delete the newly-created compaction file, and try again once the cluster is restarted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.