errose28 commented on PR #7944:
URL: https://github.com/apache/ozone/pull/7944#issuecomment-3235031342

   Each status is a separate call to SCM and the json is streamed as it is 
generated so it won't create a giant proto to send over the network or fill up 
client memory. The CLI to query status of multiple containers is a shorthand 
for running something like `for i in {1..1000} do; ozone admin container 
reconcile --status $i; done` so I don't think a limit per CLI invocation has 
any benefit.


-- 
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]

Reply via email to