[jira] [Updated] (HDDS-3734) Improve the performance of SCM with 3.86% by avoid TreeSet.addAll

2020-06-05 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3734: - Summary: Improve the performance of SCM with 3.86% by avoid TreeSet.addAll (was: Improve the performance

[jira] [Updated] (HDDS-3734) Improve the performance of SCM with 3.86% by avoid TreeSet.addAll

2020-06-05 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3734: - Description: TreeSet.addAll cost 7.25% cpu. we need not TreeSet.addAll which cost 3.86% cpu, because the

[jira] [Updated] (HDDS-3734) Improve the performance of SCM with 3.86% by avoid TreeSet.addAll

2020-06-05 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3734: - Description: TreeSet.addAll cost 3.86% cpu. we need not TreeSet.addAll which cost 3.86% cpu, because the

[jira] [Updated] (HDDS-3734) Improve the performance of SCM with 3.86% by avoid TreeSet.addAll

2020-06-05 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HDDS-3734: - Labels: pull-request-available (was: ) > Improve the performance of SCM with 3.86% by avoid TreeS

[jira] [Updated] (HDDS-3734) Improve the performance of SCM with 3.86% by avoid TreeSet.addAll

2020-06-05 Thread runzhiwang (Jira)
[ https://issues.apache.org/jira/browse/HDDS-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] runzhiwang updated HDDS-3734: - Attachment: output.svg > Improve the performance of SCM with 3.86% by avoid TreeSet.addAll > -