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 481AC11926 for ; Mon, 19 May 2014 00:31:40 +0000 (UTC) Received: (qmail 1377 invoked by uid 500); 19 May 2014 00:31:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 1340 invoked by uid 500); 19 May 2014 00:31:40 -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 1331 invoked by uid 99); 19 May 2014 00:31:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 00:31:39 +0000 Date: Mon, 19 May 2014 00:31:39 +0000 (UTC) From: "Gustavo Anatoly (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-11147) Avoid creating List of KeyValue in FilterBase#filterRowCells(List) 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-11147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gustavo Anatoly reassigned HBASE-11147: --------------------------------------- Assignee: Gustavo Anatoly > Avoid creating List of KeyValue in FilterBase#filterRowCells(List) > ------------------------------------------------------------------------ > > Key: HBASE-11147 > URL: https://issues.apache.org/jira/browse/HBASE-11147 > Project: HBase > Issue Type: Task > Reporter: Ted Yu > Assignee: Gustavo Anatoly > Priority: Trivial > > Currently a List of KeyValue's is always created: > {code} > List kvs = new ArrayList(ignored.size()); > {code} > When passed ignored List is of KeyValue (which is the only implementation of Cell at the moment), the above step should be avoided. > This would reduce creation of short-lived objects. -- This message was sent by Atlassian JIRA (v6.2#6252)