You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/10/11 06:06:11 UTC

svn commit: r703629 - /hadoop/hbase/trunk/conf/hbase-default.xml

Author: stack
Date: Fri Oct 10 21:06:10 2008
New Revision: 703629

URL: http://svn.apache.org/viewvc?rev=703629&view=rev
Log:
Fix a few descriptions

Modified:
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=703629&r1=703628&r2=703629&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Fri Oct 10 21:06:10 2008
@@ -121,7 +121,7 @@
     <name>hbase.master.lease.period</name>
     <value>120000</value>
     <description>HMaster server lease period in milliseconds. Default is
-    60 seconds.  Region servers must report in within this period else
+    120 seconds.  Region servers must report in within this period else
     they are considered dead.  On loaded cluster, may need to up this
     period.</description>
   </property>
@@ -158,8 +158,7 @@
     <name>hbase.regionserver.msginterval</name>
     <value>3000</value>
     <description>Interval between messages from the RegionServer to HMaster
-    in milliseconds.  Default is 15. Set this value low if you want unit
-    tests to be responsive.
+    in milliseconds.  Default is 3 seconds.
     </description>
   </property>
   <property>