mukul1987 opened a new pull request #236: HDDS-2284. XceiverClientMetrics should be initialised as part of XceiverClientManager constructor. Contributed by Mukul Kumar Singh. URL: https://github.com/apache/hadoop-ozone/pull/236 ## What changes were proposed in this pull request? This jira moves the initialization of XceiverClientMetrics to XceiverClientManager, This helps in avoiding the static class object and also ensures that the metrics are initialized as part of the client intialization. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2284 ## How was this patch tested? TestBlockOutputStream & TestBlockOutputStreamWithFailures
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
