Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1C2E11C05 for ; Mon, 8 Sep 2014 02:58:29 +0000 (UTC) Received: (qmail 48681 invoked by uid 500); 8 Sep 2014 02:58:29 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 48572 invoked by uid 500); 8 Sep 2014 02:58:29 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 48554 invoked by uid 99); 8 Sep 2014 02:58:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 02:58:29 +0000 Date: Mon, 8 Sep 2014 02:58:29 +0000 (UTC) From: "Gautam Gopalakrishnan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-11909) Region count listed by HMaster UI and hbck are different MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gautam Gopalakrishnan created HBASE-11909: --------------------------------------------- Summary: Region count listed by HMaster UI and hbck are different Key: HBASE-11909 URL: https://issues.apache.org/jira/browse/HBASE-11909 Project: HBase Issue Type: New Feature Components: documentation Reporter: Gautam Gopalakrishnan Priority: Minor The count displayed in the HMaster UI can be lower than the count of regions as done by hbck or by counting subdirectories of /hbase/. This is explained in the comments [1] but I think it should be documented as well [1] https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=blob;f=hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStates.java#l578 -- This message was sent by Atlassian JIRA (v6.3.4#6332)