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 2011/10/30 22:11:57 UTC

svn commit: r1195246 - in /hbase/trunk: CHANGES.txt src/test/resources/hbase-site.xml

Author: stack
Date: Sun Oct 30 21:11:57 2011
New Revision: 1195246

URL: http://svn.apache.org/viewvc?rev=1195246&view=rev
Log:
HBASE-4603 Uneeded sleep time for tests in hbase.master.ServerManager#waitForRegionServers

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/src/test/resources/hbase-site.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1195246&r1=1195245&r2=1195246&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Sun Oct 30 21:11:57 2011
@@ -697,6 +697,8 @@ Release 0.92.0 - Unreleased
    HBASE-3929  Add option to HFile tool to produce basic stats (Matteo
                Bertozzi and todd via todd)
    HBASE-4694  Some cleanup of log messages in RS and M
+   HBASE-4603  Uneeded sleep time for tests in
+               hbase.master.ServerManager#waitForRegionServers (nkeywal)
        
 
   TASKS

Modified: hbase/trunk/src/test/resources/hbase-site.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/test/resources/hbase-site.xml?rev=1195246&r1=1195245&r2=1195246&view=diff
==============================================================================
--- hbase/trunk/src/test/resources/hbase-site.xml (original)
+++ hbase/trunk/src/test/resources/hbase-site.xml Sun Oct 30 21:11:57 2011
@@ -23,6 +23,12 @@
 -->
 <configuration>
   <property>
+    <name>hbase.master.wait.on.regionservers.interval</name>
+    <value>100</value>
+    <description>How long we wait on regionservers to check in
+    </description>
+  </property>
+  <property>
     <name>hbase.regionserver.msginterval</name>
     <value>1000</value>
     <description>Interval between messages from the RegionServer to HMaster