You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/01/20 18:40:40 UTC

[jira] [Resolved] (HBASE-15098) Normalizer switch in configuration is not used

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

stack resolved HBASE-15098.
---------------------------
      Resolution: Fixed
        Assignee: Ted Yu
    Hadoop Flags: Reviewed

Pushed to branch-1.2 because this is a blocker and [~larsgeorge] is a busy man.

> Normalizer switch in configuration is not used
> ----------------------------------------------
>
>                 Key: HBASE-15098
>                 URL: https://issues.apache.org/jira/browse/HBASE-15098
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 1.2.0
>            Reporter: Lars George
>            Assignee: Ted Yu
>            Priority: Blocker
>             Fix For: 2.0.0, 1.2.0, 1.3.0
>
>         Attachments: HBASE-15098.v1.patch
>
>
> The newly added global switch to enable the new normalizer functionality is never used apparently, meaning it is always on. The {{hbase-default.xml}} has this:
> {noformat}
>   <property>
>     <name>hbase.normalizer.enabled</name>
>     <value>false</value>
>     <description>If set to true, Master will try to keep region size
>       within each table approximately the same.</description>
>   </property>
> {noformat}
> But only a test class uses it to set the switch to "true". We should implement a proper {{if}} statement that checks this value and properly disables the feature cluster wide if not wanted.



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