You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2015/08/20 19:30:46 UTC

[jira] [Created] (HBASE-14272) Enforce major compaction on stores with KEEP_DELETED_CELLS=true

Vladimir Rodionov created HBASE-14272:
-----------------------------------------

             Summary: Enforce major compaction on stores with KEEP_DELETED_CELLS=true
                 Key: HBASE-14272
                 URL: https://issues.apache.org/jira/browse/HBASE-14272
             Project: HBase
          Issue Type: Bug
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov
             Fix For: 2.0.0


Currently, if store has one (major compacted) file, the only case when major compaction will be triggered for this file again when locality is below threshold defined by *hbase.hstore.min.locality.to.skip.major.compact*. If file has locality greater than this threshold it will never be major compacted.

This does not work for files with with locality 1.0 and KEEP_DELETED_CELLS=true



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