You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Umesh Agashe (JIRA)" <ji...@apache.org> on 2016/10/19 00:03:59 UTC

[jira] [Created] (HBASE-16879) Add ThreadPool in Legacy implementations of MasterStorage/ RegionStorage

Umesh Agashe created HBASE-16879:
------------------------------------

             Summary: Add ThreadPool in Legacy implementations of MasterStorage/ RegionStorage
                 Key: HBASE-16879
                 URL: https://issues.apache.org/jira/browse/HBASE-16879
             Project: HBase
          Issue Type: Sub-task
            Reporter: Umesh Agashe


Certain bulk operations can be and needs to be optimized by doing them in parallel with ThreadPool (e.g. ModifyRegionUtils.createRegions()). This is FS dependent and may not be required for other implementations. Instead of instantiating a ThreadPool per request we can have single instance of StorageThreadPool and support bulk operations.

Also add APIs for bulk operations: createRegions(), deleteRegions(), archive regions() etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)