Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 004DE200B85 for ; Thu, 15 Sep 2016 11:03:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F34F9160AB5; Thu, 15 Sep 2016 09:03:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7114F160ADB for ; Thu, 15 Sep 2016 11:03:22 +0200 (CEST) Received: (qmail 48200 invoked by uid 500); 15 Sep 2016 09:03:21 -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 47800 invoked by uid 99); 15 Sep 2016 09:03:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 09:03:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D3D872C0D57 for ; Thu, 15 Sep 2016 09:03:20 +0000 (UTC) Date: Thu, 15 Sep 2016 09:03:20 +0000 (UTC) From: "Hari Sekhon (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16636) Regions in Transition counts wrong (zero) in HMaster /jmx MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 09:03:23 -0000 Hari Sekhon created HBASE-16636: ----------------------------------- Summary: Regions in Transition counts wrong (zero) in HMaster /jmx Key: HBASE-16636 URL: https://issues.apache.org/jira/browse/HBASE-16636 Project: HBase Issue Type: Bug Components: UI Affects Versions: 1.1.2 Environment: HDP 2.3.2 Reporter: Hari Sekhon Priority: Minor I've discovered that the Region in Transition counts are wrong in the HMaster UI /jmx page. The /master-status page clearly shows 3 regions stuck in transition but the /jmx page I was monitoring reported 0 for ritCountOverThreshold. {code} }, { "name" : "Hadoop:service=HBase,name=Master,sub=AssignmentManger", "modelerType" : "Master,sub=AssignmentManger", "tag.Context" : "master", ... "ritOldestAge" : 0, "ritCountOverThreshold" : 0, ... "ritCount" : 0, {code} I have a nagios plugin I wrote which was checking this which I've since had to rewrite to parse the /master-status page instead (the code is in check_hbase_regions_stuck_in_transition.py at https://github.com/harisekhon/nagios-plugins). I'm attaching screenshots of both /master-status and /jmx to show the difference in the 2 pages on the HMaster. -- This message was sent by Atlassian JIRA (v6.3.4#6332)