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 4991EE1EE for ; Mon, 14 Jan 2013 20:18:13 +0000 (UTC) Received: (qmail 75729 invoked by uid 500); 14 Jan 2013 20:18:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 75568 invoked by uid 500); 14 Jan 2013 20:18:13 -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 75559 invoked by uid 99); 14 Jan 2013 20:18:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2013 20:18:13 +0000 Date: Mon, 14 Jan 2013 20:18:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7537) .regioninfo not created by createHRegion() 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-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553070#comment-13553070 ] Ted Yu commented on HBASE-7537: ------------------------------- +1 on patch. > .regioninfo not created by createHRegion() > ------------------------------------------ > > Key: HBASE-7537 > URL: https://issues.apache.org/jira/browse/HBASE-7537 > Project: HBase > Issue Type: Bug > Components: master > Affects Versions: 0.96.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Attachments: HBASE-7537-v0.patch > > > After HBASE-5683 we have no longer the .regioninfo written on disk during the table creation. > so, if we fail before adding entries to .META. we end up with regions on disk that has no information, and hbck is not able to recover this situation. > The .regioninfo is written in checkRegioninfoOnFilesystem() that was called by initialize(), during the table creation and region opening. With HBASE-5683 we skip the call to initialize(), in during the region creation, to avoid to initialize the memstore & co. -- 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