errose28 commented on PR #6497: URL: https://github.com/apache/ozone/pull/6497#issuecomment-2045818145
Agreed with Stephen and Sammi, if we have to load all the containers into one proto and send it over that is probably not optimal. When I suggested this should be the default last year I think I was imagining something like our `ls` implementation, where we use pagination to abstract the listing within the client. For example, user passes `--all` but internally the client fetches containers in batches of 1000 or some other number and prints them as it goes. If the SCM doesn't do this already then that might be a change for a different PR, and here we can just add a non-default `--all` option. -- 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]
