adoroszlai commented on code in PR #10542: URL: https://github.com/apache/ozone/pull/10542#discussion_r3453364982
########## hadoop-ozone/cli-admin/src/main/java/org/apache/hadoop/hdds/scm/cli/pipeline/FilterPipelineOptions.java: ########## Review Comment: Error: ```bash $ ozone admin pipeline list -ffc ONE --filter-by-factor THREE WARNING: Option '-ffc' is deprecated. Use '--filter-by-factor' instead. option '--filter-by-factor' (<factor>) should be specified only once ... ``` Same as if any of the option's other aliases were given twice: ```bash $ ozone admin pipeline list --filter-by-factor THREE --filterByFactor ONE option '--filter-by-factor' (<factor>) should be specified only once ``` (Also matches behavior before HDDS-7957, except the warning.) -- 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]
