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 E43A610702 for ; Tue, 8 Oct 2013 00:34:43 +0000 (UTC) Received: (qmail 83015 invoked by uid 500); 8 Oct 2013 00:34:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82990 invoked by uid 500); 8 Oct 2013 00:34:43 -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 82980 invoked by uid 99); 8 Oct 2013 00:34:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 00:34:43 +0000 Date: Tue, 8 Oct 2013 00:34:43 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9711) Improve HBASE-9428 - avoid copying bytes for RegexFilter unless necessary 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-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788767#comment-13788767 ] Hudson commented on HBASE-9711: ------------------------------- SUCCESS: Integrated in HBase-TRUNK #4596 (See [https://builds.apache.org/job/HBase-TRUNK/4596/]) HBASE-9711 Improve HBASE-9428 - avoid copying bytes for RegexFilter unless necessary (larsh: rev 1530059) * /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java > Improve HBASE-9428 - avoid copying bytes for RegexFilter unless necessary > ------------------------------------------------------------------------- > > Key: HBASE-9711 > URL: https://issues.apache.org/jira/browse/HBASE-9711 > Project: HBase > Issue Type: Sub-task > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Priority: Trivial > Fix For: 0.98.0, 0.94.13, 0.96.1 > > Attachments: 9711-trunk.txt > > > Parent patch copies input for RegexFilter unconditionally. > We should only do this if the KV portion into the passed byte[] is < 1/2 of the passed byte[]. Otherwise we waste cycles. > Patch is trivial and will be coming momentarily. -- This message was sent by Atlassian JIRA (v6.1#6144)