errose28 commented on PR #8079: URL: https://github.com/apache/ozone/pull/8079#issuecomment-2742015983
Thanks for looking at this @sadanand48 Although the two tools use the same backend API, they don't do the same thing. `ozone debug replicas verify` is designed to be run for large amounts of data and produce minimal pass/fail output for each key and replica. In the final version output will be able to be further filtered to only show failures and omit failure reasons. See HDDS-12207 for a better idea of what this will look like. `ozone debug replicas chunk-info` should give far more verbose output for a single key. The information does not make sense to aggregate at scale the same way a list of pass/fail checks does. After looking at this command it is going to need some work to improve usability which is described under HDDS-12645. -- 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]
