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 B4F4C106A5 for ; Fri, 21 Jun 2013 22:12:21 +0000 (UTC) Received: (qmail 60819 invoked by uid 500); 21 Jun 2013 22:12:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 60783 invoked by uid 500); 21 Jun 2013 22:12:21 -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 60774 invoked by uid 99); 21 Jun 2013 22:12:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jun 2013 22:12:21 +0000 Date: Fri, 21 Jun 2013 22:12:21 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-7959) HBCK skips regions that have been recently modified, which then leads to it to report holes in region chain 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-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7959: --------------------------------- Fix Version/s: (was: 0.94.9) No patch. Removing from 0.94. > HBCK skips regions that have been recently modified, which then leads to it to report holes in region chain > ----------------------------------------------------------------------------------------------------------- > > Key: HBASE-7959 > URL: https://issues.apache.org/jira/browse/HBASE-7959 > Project: HBase > Issue Type: Bug > Components: hbck > Reporter: Enis Soztutar > Fix For: 0.98.0 > > > While lots of region splits going on, HBCK incorrectly reports inconsistencies since it skips recently modified, but does not take those into account for computing the region chain. > {code} > 13/02/28 03:33:16 WARN util.HBaseFsck: Region { meta => cluster_test,,1362021481742.69639761fdf693ab1e2bf33f523cd1ae., hdfs => NN:8020/apps/hbase-trunk/data/cluster_test/69639761fdf693ab1e2bf33f523cd1ae, deployed => } was recently modified -- skipping > 13/02/28 03:33:16 DEBUG util.HBaseFsck: There are 23 region info entries > ERROR: (region cluster_test,0ccccccc,1362021481742.ec3ba583b4ea01393591572bf1f31e07.) First region should start with an empty key. You need to create a new region and regioninfo in HDFS to plug the hole. > ERROR: Found inconsistency in table cluster_test > Summary: > -ROOT- is okay. > Number of regions: 1 > Deployed on: RSs > .META. is okay. > Number of regions: 1 > Deployed on: RSs > Table cluster_test is inconsistent. > Number of regions: 19 > Deployed on: RSs > 1 inconsistencies detected. > Status: INCONSISTENT > {code} -- 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