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 843FD200828 for ; Fri, 13 May 2016 11:07:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8346316099F; Fri, 13 May 2016 09:07:14 +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 C304C1602C0 for ; Fri, 13 May 2016 11:07:13 +0200 (CEST) Received: (qmail 97840 invoked by uid 500); 13 May 2016 09:07:13 -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 97813 invoked by uid 99); 13 May 2016 09:07:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 09:07:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CCF9D2C14F8 for ; Fri, 13 May 2016 09:07:12 +0000 (UTC) Date: Fri, 13 May 2016 09:07:12 +0000 (UTC) From: "Harsh J (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14644) Region in transition metric is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 May 2016 09:07:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-14644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282545#comment-15282545 ] Harsh J commented on HBASE-14644: --------------------------------- This seems broken via HBASE-10569. The HMaster will update assignment metrics when {{HMaster#doMetrics()}} method is called, but there's no longer a caller in HMaster runtime for it. The caller has been moved by that JIRA to {{HRegionServer#run()}} instead during that JIRA's changes. > Region in transition metric is broken > ------------------------------------- > > Key: HBASE-14644 > URL: https://issues.apache.org/jira/browse/HBASE-14644 > Project: HBase > Issue Type: Bug > Reporter: Elliott Clark > > ritCount stays 0 no matter what -- This message was sent by Atlassian JIRA (v6.3.4#6332)