adoroszlai opened a new pull request, #5690: URL: https://github.com/apache/ozone/pull/5690
## What changes were proposed in this pull request? `XceiverServerRatis` creates `DatanodeRatisServerConfig` repeatedly for accessing individual properties. It should create it only once and reuse. Some other similar usage patterns are also fixed. Ideally we should strive to pass these objects from fewer places, but that change would affect many classes, and cause conflict in other tasks in-progress. Hence this change is limited in scope. https://issues.apache.org/jira/browse/HDDS-9772 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/7019067260 -- 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]
