Hi,
Just looking through the new properties and seeing this
<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>
Searching both branches 1.2 and master reveals it is only used in a test to
enable it, but never anywhere else to check it is disabled. What am I
missing? Is the normalizer always on no matter what you set (with the
default "false" not working then)?
Lars