Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 272F2DDEB for ; Fri, 12 Oct 2012 05:37:39 +0000 (UTC) Received: (qmail 54195 invoked by uid 500); 12 Oct 2012 05:37:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 54158 invoked by uid 500); 12 Oct 2012 05:37:38 -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 54144 invoked by uid 99); 12 Oct 2012 05:37:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 05:37:38 +0000 Date: Fri, 12 Oct 2012 05:37:38 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1851272014.35321.1350020258737.JavaMail.jiratomcat@arcas> In-Reply-To: <1459054866.3521.1337161982402.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (HBASE-6016) ServerShutdownHandler#processDeadRegion could return false for disabling table regions 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-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl closed HBASE-6016. -------------------------------- > ServerShutdownHandler#processDeadRegion could return false for disabling table regions > -------------------------------------------------------------------------------------- > > Key: HBASE-6016 > URL: https://issues.apache.org/jira/browse/HBASE-6016 > Project: HBase > Issue Type: Bug > Components: master > Reporter: chunhui shen > Assignee: chunhui shen > Fix For: 0.94.1 > > Attachments: HBASE-6016.patch > > > {code} > * @return Returns true if specified region should be assigned, false if not. > * @throws IOException > */ > public static boolean processDeadRegion(HRegionInfo hri, Result result, > AssignmentManager assignmentManager, CatalogTracker catalogTracker) > {code} > For the disabling region, I think we needn't assign it , and processDeadRegion could return false. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira