devmadhuu opened a new pull request, #5841: URL: https://github.com/apache/ozone/pull/5841
## What changes were proposed in this pull request? This PR addresses the issue of potential. memory overflow in case there are millions of containers because ContainerHealthTask tries to load all containers available in memory using `containerManager.getContainers()`, this API loads maximum available containers. So to avoid any memory overflow, this PR changes the API to use paginated based API. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9819 ## How was this patch tested? This patch was tested using existing junit test cases in order not to break anything. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
