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 078C2D421 for ; Tue, 17 Jul 2012 23:54:35 +0000 (UTC) Received: (qmail 10450 invoked by uid 500); 17 Jul 2012 23:54:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10412 invoked by uid 500); 17 Jul 2012 23:54: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 10404 invoked by uid 99); 17 Jul 2012 23:54:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 23:54:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8A38B141BF8 for ; Tue, 17 Jul 2012 23:54:34 +0000 (UTC) Date: Tue, 17 Jul 2012 23:54:34 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: <1552150030.66883.1342569274567.JavaMail.jiratomcat@issues-vm> In-Reply-To: <877495069.6846.1309466008569.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4050) Update HBase metrics framework to metrics2 framework 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-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416736#comment-13416736 ] Elliott Clark commented on HBASE-4050: -------------------------------------- {code} Collection metrics() {code} Removing from a linked list (the collection backing the map in question) is icky. I filed a jira a while ago. HADOOP-8313 yes this is not great. As soon as possible I would love to remove the metrics factory and all related maps. That would greatly simplify stuff. I think we should get things working now and refactor away as soon as possible. > Update HBase metrics framework to metrics2 framework > ---------------------------------------------------- > > Key: HBASE-4050 > URL: https://issues.apache.org/jira/browse/HBASE-4050 > Project: HBase > Issue Type: New Feature > Components: metrics > Affects Versions: 0.90.4 > Environment: Java 6 > Reporter: Eric Yang > Assignee: Elliott Clark > Priority: Critical > Fix For: 0.96.0 > > Attachments: 4050-metrics-v2.patch, 4050-metrics-v3.patch, HBASE-4050-0.patch, HBASE-4050-1.patch, HBASE-4050-2.patch, HBASE-4050-3.patch, HBASE-4050-5.patch, HBASE-4050-6.patch, HBASE-4050-7.patch, HBASE-4050-8.patch, HBASE-4050.patch > > > Metrics Framework has been marked deprecated in Hadoop 0.20.203+ and 0.22+, and it might get removed in future Hadoop release. Hence, HBase needs to revise the dependency of MetricsContext to use Metrics2 framework. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira