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 098721046B for ; Sun, 22 Dec 2013 06:41:04 +0000 (UTC) Received: (qmail 70178 invoked by uid 500); 22 Dec 2013 06:40:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70128 invoked by uid 500); 22 Dec 2013 06:40:52 -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 70107 invoked by uid 99); 22 Dec 2013 06:40:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Dec 2013 06:40:51 +0000 Date: Sun, 22 Dec 2013 06:40:51 +0000 (UTC) From: "rajeshbabu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9151) HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split. 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-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rajeshbabu updated HBASE-9151: ------------------------------ Status: Open (was: Patch Available) > HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split. > ----------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-9151 > URL: https://issues.apache.org/jira/browse/HBASE-9151 > Project: HBase > Issue Type: Bug > Components: hbck > Reporter: rajeshbabu > Assignee: rajeshbabu > Fix For: 0.98.0, 0.99.0 > > Attachments: HBASE-9151.patch, HBASE-9151_v2.patch, HBASE-9151_v2.patch > > > When meta server znode deleted and meta in FAILED_OPEN state, then hbck cannot fix it. This scenario can come when all region servers stopped by stop command and didnt start any RS within 10 secs(with default configurations). > {code} > public void assignMeta() throws KeeperException { > MetaRegionTracker.deleteMetaLocation(this.watcher); > assign(HRegionInfo.FIRST_META_REGIONINFO, true); > } > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)