[ 
https://issues.apache.org/jira/browse/HBASE-19264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-19264.
-------------------------------
    Resolution: Implemented

Can not remember the context but looking at the current code base, 
executeProcedures already uses thread pool to execute open and close region 
operations.

Resolve as implemented.

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)

Reply via email to