HBASE-6170 add the two new config parameters in hbase-default.xml

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2012-06-27 13:48:22 +00:00
parent 9214f95cf4
commit dfe7636214

View File

@ -139,7 +139,7 @@
caching values will enable faster scanners but will eat up more memory caching values will enable faster scanners but will eat up more memory
and some calls of next may take longer and longer times when the cache is empty. and some calls of next may take longer and longer times when the cache is empty.
Do not set this value such that the time between invocations is greater Do not set this value such that the time between invocations is greater
than the scanner timeout; i.e. hbase.regionserver.lease.period than the scanner timeout; i.e. hbase.client.scanner.timeout.period
</description> </description>
</property> </property>
<property> <property>
@ -154,11 +154,16 @@
</description> </description>
</property> </property>
<property> <property>
<name>hbase.regionserver.lease.period</name> <name>hbase.client.scanner.timeout.period</name>
<value>60000</value> <value>60000</value>
<description>HRegion server lease period in milliseconds. Default is <description>Client scanner lease period in milliseconds. Default is
60 seconds. Clients must report in within this period else they are 60 seconds. </description>
considered dead.</description> </property>
<property>
<name>hbase.regionserver.rowlock.timeout.period</name>
<value>60000</value>
<description>Row lock time out period in milliseconds. Default is
60 seconds. </description>
</property> </property>
<property> <property>
<name>hbase.regionserver.handler.count</name> <name>hbase.regionserver.handler.count</name>