Umeshkumar9414 commented on code in PR #6462:
URL: https://github.com/apache/hbase/pull/6462#discussion_r1840761447


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -1833,7 +1844,11 @@ protected void stopServiceThreads() {
   }
 
   private void createProcedureExecutor() throws IOException {
-    MasterProcedureEnv procEnv = new MasterProcedureEnv(this);
+    final String procedureDispatcherClassName =
+      conf.get(HBASE_MASTER_RSPROC_DISPATCHER_CLASS, 
DEFAULT_HBASE_MASTER_RSPROC_DISPATCHER_CLASS);

Review Comment:
   Is this for extention of RSProcedureDispatcher or can there be a new 
implementation of RemoteProcedureDispatcher ? 



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to