devmadhuu commented on PR #3947: URL: https://github.com/apache/ozone/pull/3947#issuecomment-1323424068
> Check the container creation logic, if the containers can be ordered in terms of creation time, it might be better to iterate them in a paginated manner. At exabyte of storage under management, the number of containers managed will approach 300 million. It won't be feasible to implement it as a single API to fetch. In essence, what you want to implement is a walk over the container space to identify any missing containers. Implement using pagination approach. -- 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]
