You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 02:36:14 UTC

[jira] [Resolved] (HBASE-3471) parallelize flush(), split() and compact() in HBaseAdmin

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

Andrew Purtell resolved HBASE-3471.
-----------------------------------
    Resolution: Incomplete

Incomplete, and we have been / will be tackling parallelization of this stuff with Procedure or Procedure v2. 

> parallelize flush(), split() and compact() in HBaseAdmin
> --------------------------------------------------------
>
>                 Key: HBASE-3471
>                 URL: https://issues.apache.org/jira/browse/HBASE-3471
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>    Affects Versions: 0.90.0
>            Reporter: Ted Yu
>
> HBaseAdmin.flush() uses a loop to go over List<Pair<HRegionInfo, HServerAddress>>
> Executor service can be used for higher parallelism
> Same goes with split() and compact()



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