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

svn commit: r730304 - /hadoop/hbase/trunk/src/test/hbase-site.xml

Author: apurtell
Date: Tue Dec 30 20:06:30 2008
New Revision: 730304

URL: http://svn.apache.org/viewvc?rev=730304&view=rev
Log:
set hbase.regionserver.safemode.period back to 0

Modified:
    hadoop/hbase/trunk/src/test/hbase-site.xml

Modified: hadoop/hbase/trunk/src/test/hbase-site.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/test/hbase-site.xml?rev=730304&r1=730303&r2=730304&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/test/hbase-site.xml (original)
+++ hadoop/hbase/trunk/src/test/hbase-site.xml Tue Dec 30 20:06:30 2008
@@ -113,7 +113,7 @@
   </property>
   <property>
     <name>hbase.regionserver.safemode.period</name>
-    <value>-1</value>
+    <value>0</value>
     <description>Time to wait on regionserver startup before beginning
     compactions and memcache flushes.
     </description>