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)