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 7CDFE1157A for ; Wed, 24 Sep 2014 05:33:34 +0000 (UTC) Received: (qmail 94720 invoked by uid 500); 24 Sep 2014 05:33:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94677 invoked by uid 500); 24 Sep 2014 05:33:34 -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 94665 invoked by uid 99); 24 Sep 2014 05:33:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 05:33:34 +0000 Date: Wed, 24 Sep 2014 05:33:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (HBASE-11907) Use the joni byte[] regex engine in place of j.u.regex 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-11907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-11907: ----------------------------------- Comment: was deleted (was: {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12670900/HBASE-11907.patch against trunk revision . ATTACHMENT ID: 12670900 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 4 new or modified tests. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/11045//console This message is automatically generated.) > Use the joni byte[] regex engine in place of j.u.regex > ------------------------------------------------------ > > Key: HBASE-11907 > URL: https://issues.apache.org/jira/browse/HBASE-11907 > Project: HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 2.0.0, 0.98.7, 0.99.1 > > Attachments: HBASE-11907.patch > > > The joni regex engine (https://github.com/jruby/joni), a Java port of Oniguruma regexp library done by the JRuby project, is: > - MIT licensed > - Designed to work with byte[] arguments instead of String > - Capable of handling UTF8 encoding > - Regex syntax compatible > - Interruptible > - *About twice as fast as j.u.regex* > - Has JRuby's jcodings library as a dependency, also MIT licensed -- This message was sent by Atlassian JIRA (v6.3.4#6332)