From d20c08ea5891c22e9f5b6c11b0c6f1e12f2a0f08 Mon Sep 17 00:00:00 2001 From: "Apekshit(Appy) Sharma" Date: Wed, 8 Apr 2015 00:34:01 -0700 Subject: [PATCH] HBASE-13423 Remove old duplicate entry for hbase.regionserver.regionSplitLimit. --- hbase-common/src/main/resources/hbase-default.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index c51ba16bc81..ff4136b6200 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -239,14 +239,6 @@ possible configurations would overwhelm and obscure the important. Interval between messages from the RegionServer to Master in milliseconds. - - hbase.regionserver.regionSplitLimit - 2147483647 - 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. - hbase.regionserver.logroll.period 3600000