From e7815191403f73f790b1474085f6e3e09a4d15b3 Mon Sep 17 00:00:00 2001 From: "Apekshit(Appy) Sharma" Date: Wed, 8 Apr 2015 00:53:20 -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 db99f12..390b57b 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. - 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 Period at which we will roll the commit log regardless -- 1.9.5 (Apple Git-50.3)