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 F2F9E19B05 for ; Fri, 18 Mar 2016 01:50:33 +0000 (UTC) Received: (qmail 47667 invoked by uid 500); 18 Mar 2016 01:50:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47614 invoked by uid 500); 18 Mar 2016 01:50:33 -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 47592 invoked by uid 99); 18 Mar 2016 01:50:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Mar 2016 01:50:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 72B4C2C1F54 for ; Fri, 18 Mar 2016 01:50:33 +0000 (UTC) Date: Fri, 18 Mar 2016 01:50:33 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15479) No more garbage or beware of autoboxing 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-15479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200802#comment-15200802 ] Enis Soztutar commented on HBASE-15479: --------------------------------------- Nice finding. {{HRegionInfo}} is unfortunately a client-public class, so we cannot do the fix as is in branch-1 code bases. I remember there was a recent issue to fix this particular Map to be not regionId based, but regionName based. > No more garbage or beware of autoboxing > --------------------------------------- > > Key: HBASE-15479 > URL: https://issues.apache.org/jira/browse/HBASE-15479 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 2.0.0 > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > Fix For: 2.0.0 > > Attachments: HBASE-15479-v1.patch > > > Quick journey with JMC in a profile mode revealed very interesting and unexpected heap polluter on a client side. Patch will shortly follow. -- This message was sent by Atlassian JIRA (v6.3.4#6332)