HBASE-13423 Remove old duplicate entry for hbase.regionserver.regionSplitLimit.
This commit is contained in:
parent
3cd929eea2
commit
d20c08ea58
|
@ -239,14 +239,6 @@ possible configurations would overwhelm and obscure the important.
|
||||||
<description>Interval between messages from the RegionServer to Master
|
<description>Interval between messages from the RegionServer to Master
|
||||||
in milliseconds.</description>
|
in milliseconds.</description>
|
||||||
</property>
|
</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>
|
<property>
|
||||||
<name>hbase.regionserver.logroll.period</name>
|
<name>hbase.regionserver.logroll.period</name>
|
||||||
<value>3600000</value>
|
<value>3600000</value>
|
||||||
|
|
Loading…
Reference in New Issue