You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/11/15 13:09:00 UTC

[jira] [Created] (HBASE-19264) Use a thread pool to execute the open/close region operation in execProcedures

Duo Zhang created HBASE-19264:
---------------------------------

             Summary: Use a thread pool to execute the open/close region operation in execProcedures
                 Key: HBASE-19264
                 URL: https://issues.apache.org/jira/browse/HBASE-19264
             Project: HBase
          Issue Type: Improvement
          Components: proc-v2
            Reporter: Duo Zhang


The return value of execProcedure is just ignored at master side, and we will rely on the reportRegionTransitionState to determine whether the open/close is succeeded, so it is not necessary to open/close region synchronously in the execProcedure method, we can use a thread pool to execute the actual operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)