HBASE-16765 Amend: Make SteppingSplitPolicy the default.

This commit is contained in:
Lars Hofhansl 2016-11-01 13:34:07 -07:00
parent b7293bf5ad
commit c12c6ffaec
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ possible configurations would overwhelm and obscure the important.
</property>
<property>
<name>hbase.regionserver.region.split.policy</name>
<value>org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy</value>
<value>org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy</value>
<description>
A split policy determines when a region should be split. The various other split policies that
are available currently are BusyRegionSplitPolicy, ConstantSizeRegionSplitPolicy, DisabledRegionSplitPolicy,