swagle commented on a change in pull request #353: HDDS-2623. Expose SCMDatanodeProtocolServer RPC endpoint through Recon. URL: https://github.com/apache/hadoop-ozone/pull/353#discussion_r358408056
########## File path: hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/ReconServer.java ########## @@ -103,4 +103,13 @@ void stop() throws Exception { .getInstance(OzoneManagerServiceProvider.class); ozoneManagerServiceProvider.stop(); } + + OzoneManagerServiceProvider getOzoneManagerServiceProvider() { Review comment: If using DI properly this should never be needed, unless used in non-DI code path ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org