adoroszlai opened a new pull request, #3406: URL: https://github.com/apache/ozone/pull/3406
## What changes were proposed in this pull request? The following command, which used to work before 8776430812, fails with current `master`, because `-t RATIS` is now also required for `-filterByFactor THREE` to be accepted: ``` $ ozone admin pipeline list -ffc THREE ReplicationType cannot be null if replication is passed ``` To be backward compatible, it should accept factor without explicit replication type, and assume `RATIS`, similar to `ozone freon`. https://issues.apache.org/jira/browse/HDDS-6734 ## How was this patch tested? Added unit test. https://github.com/adoroszlai/hadoop-ozone/actions/runs/2309650310 -- 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]
