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_r358408358
 
 

 ##########
 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() {
+    return injector.getInstance(OzoneManagerServiceProvider.class);
+  }
+
+  ReconStorageContainerManager getReconStorageContainerManager() {
 
 Review comment:
   Same as above.

----------------------------------------------------------------
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

Reply via email to