[jira] [Updated] (HDDS-2655) Use pre-compiled Pattern in NetUtils#normalize

2019-12-03 Thread Marton Elek (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marton Elek updated HDDS-2655:
--
Fix Version/s: 0.5.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Use pre-compiled Pattern in NetUtils#normalize
> --
>
> Key: HDDS-2655
> URL: https://issues.apache.org/jira/browse/HDDS-2655
> Project: Hadoop Distributed Data Store
>  Issue Type: Improvement
>Reporter: Attila Doroszlai
>Assignee: Attila Doroszlai
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 0.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {{NetUtils#normalize}} uses {{String#replaceAll}}, which creates a 
> {{Pattern}} for each call.  It could be replaced with a pre-compiled 
> {{Pattern}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-2655) Use pre-compiled Pattern in NetUtils#normalize

2019-11-30 Thread Attila Doroszlai (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-2655:
---
Status: Patch Available  (was: In Progress)

> Use pre-compiled Pattern in NetUtils#normalize
> --
>
> Key: HDDS-2655
> URL: https://issues.apache.org/jira/browse/HDDS-2655
> Project: Hadoop Distributed Data Store
>  Issue Type: Improvement
>Reporter: Attila Doroszlai
>Assignee: Attila Doroszlai
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{NetUtils#normalize}} uses {{String#replaceAll}}, which creates a 
> {{Pattern}} for each call.  It could be replaced with a pre-compiled 
> {{Pattern}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-2655) Use pre-compiled Pattern in NetUtils#normalize

2019-11-30 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-2655:
-
Labels: pull-request-available  (was: )

> Use pre-compiled Pattern in NetUtils#normalize
> --
>
> Key: HDDS-2655
> URL: https://issues.apache.org/jira/browse/HDDS-2655
> Project: Hadoop Distributed Data Store
>  Issue Type: Improvement
>Reporter: Attila Doroszlai
>Assignee: Attila Doroszlai
>Priority: Minor
>  Labels: pull-request-available
>
> {{NetUtils#normalize}} uses {{String#replaceAll}}, which creates a 
> {{Pattern}} for each call.  It could be replaced with a pre-compiled 
> {{Pattern}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org