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

This commit is contained in:
Apekshit(Appy) Sharma 2015-04-08 00:34:01 -07:00 committed by Misty Stanley-Jones
parent 3cd929eea2
commit d20c08ea58
1 changed files with 0 additions and 8 deletions

View File

@ -239,14 +239,6 @@ possible configurations would overwhelm and obscure the important.
<description>Interval between messages from the RegionServer to Master
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>