You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/04/10 12:40:25 UTC

hbase git commit: HBASE-13423 Remove old duplicate entry for hbase.regionserver.regionSplitLimit.

Repository: hbase
Updated Branches:
  refs/heads/master 3cd929eea -> d20c08ea5


HBASE-13423 Remove old duplicate entry for hbase.regionserver.regionSplitLimit.


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

Branch: refs/heads/master
Commit: d20c08ea5891c22e9f5b6c11b0c6f1e12f2a0f08
Parents: 3cd929e
Author: Apekshit(Appy) Sharma <ap...@cloudera.com>
Authored: Wed Apr 8 00:34:01 2015 -0700
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Fri Apr 10 20:40:15 2015 +1000

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d20c08ea/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 c51ba16..ff4136b 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -240,14 +240,6 @@ possible configurations would overwhelm and obscure the important.
     in milliseconds.</description>
   </property>
   <property>
-    <name>hbase.regionserver.regionSplitLimit</name>
-    <value>2147483647</value>
-    <description>Limit for the number of regions after which no more region
-    splitting should take place. This is not a hard limit for the number of
-    regions but acts as a guideline for the regionserver to stop splitting after
-    a certain limit. Default is MAX_INT; i.e. do not block splitting.</description>
-  </property>
-  <property>
     <name>hbase.regionserver.logroll.period</name>
     <value>3600000</value>
     <description>Period at which we will roll the commit log regardless