[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

[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 >

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #285: HDDS-2655. Use pre-compiled Pattern in NetUtils#normalize

2019-11-30 Thread GitBox
adoroszlai opened a new pull request #285: HDDS-2655. Use pre-compiled Pattern in NetUtils#normalize URL: https://github.com/apache/hadoop-ozone/pull/285 ## What changes were proposed in this pull request? Replace `String#replaceAll` in `NetUtils#normalize` with a pre-compiled

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

2019-11-30 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2655: -- Summary: Use pre-compiled Pattern in NetUtils#normalize Key: HDDS-2655 URL: https://issues.apache.org/jira/browse/HDDS-2655 Project: Hadoop Distributed Data Store

[jira] [Created] (HDDS-2654) Conditionally enable profiling at the kernel level

2019-11-30 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2654: -- Summary: Conditionally enable profiling at the kernel level Key: HDDS-2654 URL: https://issues.apache.org/jira/browse/HDDS-2654 Project: Hadoop Distributed Data

[jira] [Updated] (HDDS-2653) Improve executor memory usage in new Freon tests

2019-11-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-2653: --- Status: Patch Available (was: In Progress) > Improve executor memory usage in new Freon

[jira] [Updated] (HDDS-2653) Improve executor memory usage in new Freon tests

2019-11-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-2653: - Labels: pull-request-available (was: ) > Improve executor memory usage in new Freon tests >

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #284: HDDS-2653. Improve executor memory usage in new Freon tests

2019-11-30 Thread GitBox
adoroszlai opened a new pull request #284: HDDS-2653. Improve executor memory usage in new Freon tests URL: https://github.com/apache/hadoop-ozone/pull/284 ## What changes were proposed in this pull request? Let all Freon threads run test tasks in a loop instead of submitting a job

[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #282: HDDS-2646. Start acceptance tests only if at least one THREE pipeline is available

2019-11-30 Thread GitBox
adoroszlai commented on a change in pull request #282: HDDS-2646. Start acceptance tests only if at least one THREE pipeline is available URL: https://github.com/apache/hadoop-ozone/pull/282#discussion_r352289418 ## File path: hadoop-ozone/dist/src/main/compose/ozone/docker-config

[jira] [Created] (HDDS-2653) Improve executor memory usage in new Freon tests

2019-11-30 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2653: -- Summary: Improve executor memory usage in new Freon tests Key: HDDS-2653 URL: https://issues.apache.org/jira/browse/HDDS-2653 Project: Hadoop Distributed Data

[jira] [Updated] (HDDS-2653) Improve executor memory usage in new Freon tests

2019-11-30 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai updated HDDS-2653: --- Description: New Freon tests (descendants of {{BaseFreonGenerator}}) suffer from a similar