Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B3BB188FB for ; Mon, 9 Nov 2015 15:28:12 +0000 (UTC) Received: (qmail 7213 invoked by uid 500); 9 Nov 2015 15:28:11 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 6975 invoked by uid 500); 9 Nov 2015 15:28:11 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 6625 invoked by uid 99); 9 Nov 2015 15:28:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2015 15:28:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 06BDE2C1F5A for ; Mon, 9 Nov 2015 15:28:11 +0000 (UTC) Date: Mon, 9 Nov 2015 15:28:11 +0000 (UTC) From: "Volth (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-4048) Regexp in org.apache.accumulo.core.conf.PropertyType.isValidFormat() eats too much CPU 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/ACCUMULO-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volth updated ACCUMULO-4048: ---------------------------- Description: org.apache.accumulo.core.conf.PropertyType.isValidFormat() is called too many times so the regexp eats too much CPU: http://i.imgur.com/yUf0KA4.png was: org.apache.accumulo.core.conf.PropertyType.isValidFormat() is called too many times so the regexp eats too much CPU: http://i.imgur.com/yUf0KA4.png Related: ACCUMULO-4041 > Regexp in org.apache.accumulo.core.conf.PropertyType.isValidFormat() eats too much CPU > -------------------------------------------------------------------------------------- > > Key: ACCUMULO-4048 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4048 > Project: Accumulo > Issue Type: Bug > Components: tserver > Affects Versions: 1.7.0 > Reporter: Volth > > org.apache.accumulo.core.conf.PropertyType.isValidFormat() is called too many times so the regexp eats too much CPU: http://i.imgur.com/yUf0KA4.png -- This message was sent by Atlassian JIRA (v6.3.4#6332)