You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/12/23 11:57:29 UTC

[GitHub] [hbase] infraio commented on a change in pull request #941: HBASE-23326 Implement a ProcedureStore which stores procedures in a H…

infraio commented on a change in pull request #941: HBASE-23326 Implement a ProcedureStore which stores procedures in a H…
URL: https://github.com/apache/hbase/pull/941#discussion_r360863968
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
 ##########
 @@ -1564,7 +1568,7 @@ protected void stopServiceThreads() {
   private void createProcedureExecutor() throws IOException {
     MasterProcedureEnv procEnv = new MasterProcedureEnv(this);
     procedureStore =
-      new WALProcedureStore(conf, new MasterProcedureEnv.WALStoreLeaseRecovery(this));
+      new RegionProcedureStore(this, new MasterProcedureEnv.FsUtilsLeaseRecovery(this));
 
 Review comment:
   Use new RegionProcedureStore directly? Not a configable?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services