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 CBA7A18DD7 for ; Fri, 18 Mar 2016 21:39:33 +0000 (UTC) Received: (qmail 92352 invoked by uid 500); 18 Mar 2016 21:39:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92303 invoked by uid 500); 18 Mar 2016 21:39: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 92281 invoked by uid 99); 18 Mar 2016 21:39: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 21:39:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 773A92C1F58 for ; Fri, 18 Mar 2016 21:39:33 +0000 (UTC) Date: Fri, 18 Mar 2016 21:39:33 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (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=15202107#comment-15202107 ] Ted Yu edited comment on HBASE-15479 at 3/18/16 9:39 PM: --------------------------------------------------------- Not running hbase-server has hidden cost: {code} Author: Mikhail Antonov Date: Thu Mar 17 01:06:42 2016 -0700 HBASE-15390 Unnecessary MetaCache evictions cause elevated number of requests to meta (ADDENDUM) {code} Currently Yetus only runs unit tests in modules which are touched by the patch. This may lead to regression some cases where bug was detected when running hbase-server module tests. was (Author: yuzhihong@gmail.com): Not running hbase-server has hidden cost: {code} Author: Mikhail Antonov Date: Thu Mar 17 01:06:42 2016 -0700 HBASE-15390 Unnecessary MetaCache evictions cause elevated number of requests to meta (ADDENDUM) {code} > 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, HBASE-15479-v2.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)