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 11FE3876F for ; Tue, 13 Sep 2011 15:39:35 +0000 (UTC) Received: (qmail 26598 invoked by uid 500); 13 Sep 2011 15:39:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26570 invoked by uid 500); 13 Sep 2011 15:39:34 -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 26420 invoked by uid 99); 13 Sep 2011 15:39:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:39:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:39:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5069795918 for ; Tue, 13 Sep 2011 15:39:09 +0000 (UTC) Date: Tue, 13 Sep 2011 15:39:09 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: <164407433.22384.1315928349326.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1238533308.19174.1315862229371.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4375) [hbck] Add region coverage visualization to hbck 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-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh updated HBASE-4375: ---------------------------------- Attachment: 0001-HBASE-4375-Add-region-coverage-visualization-to-hbck.patch > [hbck] Add region coverage visualization to hbck > ------------------------------------------------ > > Key: HBASE-4375 > URL: https://issues.apache.org/jira/browse/HBASE-4375 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.94.0, 0.90.5 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Attachments: 0001-HBASE-4375-Add-region-coverage-visualization-to-hbck.patch > > > After HBASE-4322 and HBASE-4321, we now have an accurate region splits / coverage map for properly identifying holes, overlaps, backwards regions and other kinds of problems in the .META. table. hbck should display this information so that someone can fix this. > A simple version for a table with regions [,A], [A,B], [A,C], [C,] and would dump out something like this (showing an overlap in [A,B]) > : ['table,,..', 'table,A,..'] > A: ['table,A,..', 'B'] ['table,A,..', 'C'] > B: ['table,A,..', 'C'] > C: ['table,C', ''] > null: > My first thought is '-details' should this dump the full region map including all good and bad regions. Without -details, any errors should dump info with some context -- dump one region before problems, problem regions, and then one post problem region. > Alternately we could add a new option or options to dump the region split map. > What is the preferred way to toggle display of this information in hbck? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira