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 02C7E200C7F for ; Wed, 24 May 2017 19:33:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 016C3160BD7; Wed, 24 May 2017 17:33:09 +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 4AA33160BA5 for ; Wed, 24 May 2017 19:33:08 +0200 (CEST) Received: (qmail 61467 invoked by uid 500); 24 May 2017 17:33:07 -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 61455 invoked by uid 99); 24 May 2017 17:33:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2017 17:33:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 09387190DA3 for ; Wed, 24 May 2017 17:33:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ODQ6rXGY46S4 for ; Wed, 24 May 2017 17:33:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 901155FB80 for ; Wed, 24 May 2017 17:33:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CB9C8E0D55 for ; Wed, 24 May 2017 17:33:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2765021B5B for ; Wed, 24 May 2017 17:33:04 +0000 (UTC) Date: Wed, 24 May 2017 17:33:04 +0000 (UTC) From: "Vincent Poon (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-18060) Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 24 May 2017 17:33:09 -0000 [ https://issues.apache.org/jira/browse/HBASE-18060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated HBASE-18060: --------------------------------- Attachment: HBASE-18060.branch-1.v6.patch Hmm the license was passing on my local somehow, but here's a branch-1 patch that fixes the license issue. > Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors > ------------------------------------------------------------------------------------------- > > Key: HBASE-18060 > URL: https://issues.apache.org/jira/browse/HBASE-18060 > Project: HBase > Issue Type: New Feature > Affects Versions: 1.4.0, 1.3.2, 1.5.0 > Reporter: Vincent Poon > Assignee: Vincent Poon > Attachments: HBASE-18060.branch-1.3.v1.patch, HBASE-18060.branch-1.3.v2.patch, HBASE-18060.branch-1.3.v3.patch, HBASE-18060.branch-1.3.v4.patch, HBASE-18060.branch-1.3.v5.patch, HBASE-18060.branch-1.v1.patch, HBASE-18060.branch-1.v2.patch, HBASE-18060.branch-1.v3.patch, HBASE-18060.branch-1.v4.patch, HBASE-18060.branch-1.v5.patch, HBASE-18060.branch-1.v6.patch > > > I'd like to explore backporting HBASE-9774 to branch-1, as the ability for coprocessors to report custom metrics through HBase is useful for us, and if we have coprocessors use the native API, a re-write won't be necessary after an upgrade to 2.0. > The main issues I see so far are: > - the usage of Java 8 language features. Seems we can work around this as most of it is syntactic sugar. Will need to find a backport for LongAdder > - dropwizard 3.1.2 in Master. branch-1 is still on yammer metrics 2.2. Not sure if these can coexist just for this feature -- This message was sent by Atlassian JIRA (v6.3.15#6346)