Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 32136 invoked from network); 8 Oct 2010 21:30:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 21:30:55 -0000 Received: (qmail 60097 invoked by uid 500); 8 Oct 2010 21:30:54 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60073 invoked by uid 500); 8 Oct 2010 21:30:54 -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 60065 invoked by uid 99); 8 Oct 2010 21:30:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 21:30: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; Fri, 08 Oct 2010 21:30:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o98LUUjO027804 for ; Fri, 8 Oct 2010 21:30:30 GMT Message-ID: <2374400.46481286573430637.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 17:30:30 -0400 (EDT) From: "Kannan Muthukkaruppan (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919385#action_12919385 ] Kannan Muthukkaruppan commented on HBASE-3043: ---------------------------------------------- I love how this patch also speeds up operations like table disables, region reassignments etc. which might otherwise be stuck on compactions to finish. > '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.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.