Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 11779 invoked from network); 20 Jun 2009 17:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jun 2009 17:48:20 -0000 Received: (qmail 48087 invoked by uid 500); 20 Jun 2009 17:48:31 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 48028 invoked by uid 500); 20 Jun 2009 17:48:31 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 48018 invoked by uid 99); 20 Jun 2009 17:48:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2009 17:48:31 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2009 17:48:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 596D0234C004 for ; Sat, 20 Jun 2009 10:48:07 -0700 (PDT) Message-ID: <2057836867.1245520087351.JavaMail.jira@brutus> Date: Sat, 20 Jun 2009 10:48:07 -0700 (PDT) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1508) Shell "close_region" reveals a Master<>HRS problem, regions are not reassigned In-Reply-To: <131775024.1244622427476.JavaMail.jira@brutus> 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-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722226#action_12722226 ] Andrew Purtell commented on HBASE-1508: --------------------------------------- A workaround is to enable the table. This causes the master to discover the offline region and attempt to reassign. > Shell "close_region" reveals a Master<>HRS problem, regions are not reassigned > ------------------------------------------------------------------------------ > > Key: HBASE-1508 > URL: https://issues.apache.org/jira/browse/HBASE-1508 > Project: Hadoop HBase > Issue Type: Bug > Components: master > Affects Versions: 0.20.0 > Reporter: Lars George > Fix For: 0.20.0 > > > When issuing a "close_region" on the shell the Master logs these entries: > {code} > ... > 2009-06-09 22:11:31,141 DEBUG org.apache.hadoop.hbase.master.RegionManager: Applying operation in tasklists to region > 2009-06-09 22:11:33,557 DEBUG org.apache.hadoop.hbase.master.HMaster: Attempting to close region: TestTable,0000291328,1244572849139 > 2009-06-09 22:11:33,560 INFO org.apache.hadoop.hbase.master.HMaster: Marking TestTable,0000291328,1244572849139 as closed on 192.168.2.103:63745; cleaning SERVER + STARTCODE; master will tell regionserver to close region on next heartbeat > 2009-06-09 22:11:34,156 DEBUG org.apache.hadoop.hbase.master.RegionManager: Applying operation in tasklists to region > ... > {code} > But that is it, no further processing is done. The regions stays closed, and even across a restart it stays closed. > According to what I got told the region should be automatically reassigned to a new server. Please confirm that this is what is expected. If not and the above seems right, then please disregard and close issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.