You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/11/16 21:16:58 UTC

[jira] [Resolved] (HBASE-5461) Set hbase.hstore.compaction.min.size way down to 4MB

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

stack resolved HBASE-5461.
--------------------------
    Resolution: Invalid

Compaction has moved on from the context where this issue made sense. Resolving.

> Set hbase.hstore.compaction.min.size way down to 4MB
> ----------------------------------------------------
>
>                 Key: HBASE-5461
>                 URL: https://issues.apache.org/jira/browse/HBASE-5461
>             Project: HBase
>          Issue Type: Task
>    Affects Versions: 0.92.1
>            Reporter: stack
>            Priority: Critical
>
> See discussion over in HBASE-3149.  Nicolas suggests setting this setting way down, to the below:
> {code}
> <property>
>    <name>hbase.hstore.compaction.min.size</name>
>    <value>4194304</value>
>    <description>
>      The "minimum" compaction size. All files below this size are always
>      included into a compaction, even if outside compaction ratio times
>      the total size of all files added to compaction so far.
>    </description>
>   </property>
> {code}
> Lets try it.



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