You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "runzhiwang (Jira)" <ji...@apache.org> on 2020/06/06 02:32:00 UTC

[jira] [Updated] (HDDS-3744) Improve OM performance with 1.75% by avoid String.toUpperCase

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

runzhiwang updated HDDS-3744:
-----------------------------
    Description: 
I start a ozone cluster with 1000 datanodes, and run two weeks with heavy workload, and perf om.
You can find NetUtils.normalize cost 4.83% cpu, because it needs to do Matcher.replaceAll, we need not to do this when getFromProtoBuf, scm can do NetUtils.normalize and keep the result in memory, then pass the result to om.

> Improve OM performance with 1.75% by avoid String.toUpperCase
> -------------------------------------------------------------
>
>                 Key: HDDS-3744
>                 URL: https://issues.apache.org/jira/browse/HDDS-3744
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: runzhiwang
>            Assignee: runzhiwang
>            Priority: Major
>
> I start a ozone cluster with 1000 datanodes, and run two weeks with heavy workload, and perf om.
> You can find NetUtils.normalize cost 4.83% cpu, because it needs to do Matcher.replaceAll, we need not to do this when getFromProtoBuf, scm can do NetUtils.normalize and keep the result in memory, then pass the result to om.



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

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