[
https://issues.apache.org/jira/browse/HBASE-15098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15109417#comment-15109417
]
Hudson commented on HBASE-15098:
--------------------------------
FAILURE: Integrated in HBase-1.3 #503 (See
[https://builds.apache.org/job/HBase-1.3/503/])
HBASE-15098 Normalizer switch in configuration is not used (stack: rev
44dc9d1162948bbca0ad35e559b22ee59382548b)
* hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
* hbase-common/src/main/resources/hbase-default.xml
HBASE-15098 Normalizer switch in configuration is not used; addendum (stack:
rev 8f34f85fe7099b932e0d0156d40f7de6605fc6be)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/master/normalizer/TestSimpleRegionNormalizerOnCluster.java
> 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)