adoroszlai opened a new pull request, #6332: URL: https://github.com/apache/ozone/pull/6332
## What changes were proposed in this pull request? Metrics sources should try to avoid exposing mutable metric objects as `public`. - reduce visibility for most methods - change some to return `value()` instead of the mutable metric itself - move `OzoneManagerDoubleBufferMetrics` to the package where `OzoneManagerDoubleBuffer` is https://issues.apache.org/jira/browse/HDDS-10467 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/8160490612 -- 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]
