You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2009/01/26 19:57:59 UTC

[jira] Resolved: (HBASE-1138) Make HLog block size configurable

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

Jim Kellerman resolved HBASE-1138.
----------------------------------

    Resolution: Fixed

Committed to branch and trunk.

> Make HLog block size configurable
> ---------------------------------
>
>                 Key: HBASE-1138
>                 URL: https://issues.apache.org/jira/browse/HBASE-1138
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: master, regionserver, test
>    Affects Versions: 0.19.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>             Fix For: 0.19.1, 0.20.0
>
>         Attachments: 1138.patch
>
>
> Make HLog blocksize configurable to mitigate possible data loss.
> The ideal size is (size of record (avg key length + avg value length)) * (number of records between sync())
>  

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