You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/12/22 02:10:18 UTC

[jira] Updated: (HBASE-1892) [performance] make hbase splits run faster

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

Jean-Daniel Cryans updated HBASE-1892:
--------------------------------------

    Attachment: HBASE-1892.patch

Little experiment trying to even further improve the splitting process. Basically it opens the region right away and then tells the master. The HLog thing I removed is because the debug was filling my disk, sorry.

Unfortunately, it's not faster. It takes a second to split, in the mean time the client first notices that the region (under split) isn't served, then refreshes once and the region server still didn't update .META., then it waits one second and finally finds the new region.

> [performance] make hbase splits run faster
> ------------------------------------------
>
>                 Key: HBASE-1892
>                 URL: https://issues.apache.org/jira/browse/HBASE-1892
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>             Fix For: 0.21.0
>
>         Attachments: HBASE-1892.patch
>
>
> hbase-1506 tried and failed making splits faster in 0.20 context.  This issue is about doing it in 0.21 where we'll have to tools to do.

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