You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2016/11/01 20:34:34 UTC

hbase git commit: HBASE-16765 Amend: Make SteppingSplitPolicy the default.

Repository: hbase
Updated Branches:
  refs/heads/master b7293bf5a -> c12c6ffae


HBASE-16765 Amend: Make SteppingSplitPolicy the default.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c12c6ffa
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c12c6ffa
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c12c6ffa

Branch: refs/heads/master
Commit: c12c6ffaec11ff3b702f371df4f3f7c905e07a5c
Parents: b7293bf
Author: Lars Hofhansl <la...@apache.org>
Authored: Tue Nov 1 13:34:07 2016 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Tue Nov 1 13:34:07 2016 -0700

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c12c6ffa/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index 4f769cb..bdbe239 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -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,