[
https://issues.apache.org/jira/browse/HDDS-10869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
GuoHao updated HDDS-10869:
--------------------------
Description:
SCMNodeManager#getUsageInfo this method will obtain the number of containers
for the node, create a container ID set, calculate the size of this set, and
create a large temporary object.
When there are too many containers in a node, this is a very time-consuming
operation:
!image-2024-05-28-17-33-19-716.png!
Most of the operation time is consumed in this part:
!image-2024-05-28-17-26-22-945.png!
was:
!image-2024-05-28-17-26-22-945.png!
> SCMNodeManager#getUsageInfo memory occupancy optimization
> ---------------------------------------------------------
>
> Key: HDDS-10869
> URL: https://issues.apache.org/jira/browse/HDDS-10869
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: GuoHao
> Assignee: GuoHao
> Priority: Major
> Attachments: image-2024-05-28-17-26-22-945.png,
> image-2024-05-28-17-33-19-716.png
>
>
> SCMNodeManager#getUsageInfo this method will obtain the number of containers
> for the node, create a container ID set, calculate the size of this set, and
> create a large temporary object.
>
> When there are too many containers in a node, this is a very time-consuming
> operation:
> !image-2024-05-28-17-33-19-716.png!
>
>
> Most of the operation time is consumed in this part:
> !image-2024-05-28-17-26-22-945.png!
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]