You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "huaxiang sun (JIRA)" <ji...@apache.org> on 2016/11/10 15:08:58 UTC

[jira] [Assigned] (HBASE-17058) Lower epsilon used for jitter verification from HBASE-15324

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

huaxiang sun reassigned HBASE-17058:
------------------------------------

    Assignee: huaxiang sun

> Lower epsilon used for jitter verification from HBASE-15324
> -----------------------------------------------------------
>
>                 Key: HBASE-17058
>                 URL: https://issues.apache.org/jira/browse/HBASE-17058
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction
>    Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.7, 1.2.4
>            Reporter: Esteban Gutierrez
>            Assignee: huaxiang sun
>
> The current epsilon used is 1E-6 and its too big it might overflow the desiredMaxFileSize. A trivial fix is to lower the epsilon to 2^-52 or even 2^-53. An option to consider too is just to shift the jitter to always decrement hbase.hregion.max.filesize (MAX_FILESIZE) instead of increase the size of the region and having to deal with the round off.



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