JacksonYao287 opened a new pull request #2172: URL: https://github.com/apache/ozone/pull/2172
## What changes were proposed in this pull request? in my test environment, 400000 containers exist. when bootstrap a new recon, every container will be checked and added to recondb.but , for now , recon check all the containers in a container report one by one , and each check will take a rpc call to scm. this is too slow and in my test environment , it leads to recon oom, because too many containers to be consumed are waitting in the message queue . It is better for recon to check new containers of a container report with batch. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5126 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? unit test -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
