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 1646810590 for ; Wed, 18 Dec 2013 21:23:08 +0000 (UTC) Received: (qmail 63822 invoked by uid 500); 18 Dec 2013 21:23:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63784 invoked by uid 500); 18 Dec 2013 21:23:07 -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 63775 invoked by uid 99); 18 Dec 2013 21:23:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 21:23:07 +0000 Date: Wed, 18 Dec 2013 21:23:07 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9346) HBCK should provide an option to check if regions boundaries are the same in META and in stores. 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-9346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852174#comment-13852174 ] Ted Yu commented on HBASE-9346: ------------------------------- nit: {code} + LOG.warn(currentRegionBoundariesInformation); + } + } + } catch (Exception e) { + e.printStackTrace(); {code} Please use LOG for the stack trace. > HBCK should provide an option to check if regions boundaries are the same in META and in stores. > ------------------------------------------------------------------------------------------------ > > Key: HBASE-9346 > URL: https://issues.apache.org/jira/browse/HBASE-9346 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.94.14, 0.98.1, 0.99.0, 0.96.1.1 > Reporter: Jean-Marc Spaggiari > Assignee: Jean-Marc Spaggiari > Attachments: HBASE-9346-v0-0.94.patch, HBASE-9346-v1-trunk.patch, HBASE-9346-v2-trunk.patch, HBASE-9346-v3-trunk.patch, HBASE-9346-v4-trunk.patch, HBASE-9346-v5-trunk.patch, HBASE-9346-v6-trunk.patch > > > If META don't have the same region boundaries as the stores files, writes and read might go to the wrong place. We need to provide a way to check that withing HBCK. -- This message was sent by Atlassian JIRA (v6.1.4#6159)