adoroszlai opened a new pull request, #6114: URL: https://github.com/apache/ozone/pull/6114
## What changes were proposed in this pull request? Change construction of some objects already using the Builder pattern, to pass the build object to the constructor, instead of individual properties. This helps avoid too many parameters (now or in the future). Also, fix too many parameters in `DeletedBlockLogImpl` by getting some common items from SCM. https://issues.apache.org/jira/browse/HDDS-10232 ## How was this patch tested? Refactoring, covered by existing tests. CI: https://github.com/adoroszlai/ozone/actions/runs/7694742494 -- 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]
