You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2011/01/24 20:18:44 UTC

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

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
             Fix For: 0.90.1


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray resolved HBASE-3471.
----------------------------------

    Resolution: Duplicate

There are JIRAs open for this stuff against 0.92 (this would not go in 0.90).  HBASE-1476 for compactions, HBASE-2832 for flushes.  Splits will likely get a small renovation in 0.92 as well.

> 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
>             Fix For: 0.90.1
>
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HBASE-3471:
-------------------------------

    Fix Version/s:     (was: 0.90.1)
                   0.92.0

> 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
>             Fix For: 0.92.0
>
>
> 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 is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray reopened HBASE-3471:
----------------------------------


Oh sorry, this is for the client-side?  Then can leave open.  I think we should make a more significant improvement to the HBA API and manual compact/split/flush operations (like status up in ZK / web ui).  Maybe 0.92, definitely 0.94.

> 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
>             Fix For: 0.90.1
>
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.