You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/09/01 19:29:56 UTC

[jira] Resolved: (HBASE-2510) [performance] make hbase splits run even faster still

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

stack resolved HBASE-2510.
--------------------------

    Fix Version/s: 0.90.0
       Resolution: Fixed

Fixed by hbase-2692; it does what this issue asks: i.e. open daughters on the parents regionserver.  Will open new issue if other ideas about making splits faster still.

> [performance] make hbase splits run even faster still
> -----------------------------------------------------
>
>                 Key: HBASE-2510
>                 URL: https://issues.apache.org/jira/browse/HBASE-2510
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>             Fix For: 0.90.0
>
>
> hbase-1892 made splits faster.  This issue is about making them faster still.
> Chatting w/ some bright lads down south, and because Ryan has been going on about it for a year now, on split, we should just open the daughter regions on the parent's RegionServer.  Don't even bother telling master about the split just happened.  Let the balancer rectify uneven region distribution.  Requires smarter load balancer first, one that can at least recognize the special case of a fresh unloaded cluster with bulk upload running.  In this case it would balance differently than it would on a laden cluster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.