You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by dd...@apache.org on 2013/04/26 00:33:19 UTC

svn commit: r1475991 - /hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml

Author: ddas
Date: Thu Apr 25 22:33:19 2013
New Revision: 1475991

URL: http://svn.apache.org/r1475991
Log:
HBASE-5930. Removed a configuration that was causing unnecessary flushes in tests.

Modified:
    hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml

Modified: hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml?rev=1475991&r1=1475990&r2=1475991&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml (original)
+++ hbase/branches/0.95/hbase-server/src/test/resources/hbase-site.xml Thu Apr 25 22:33:19 2013
@@ -115,14 +115,6 @@
     </description>
   </property>
   <property>
-    <name>hbase.regionserver.optionalcacheflushinterval</name>
-    <value>1000</value>
-    <description>
-    Amount of time to wait since the last time a region was flushed before
-    invoking an optional cache flush. Default 60,000.
-    </description>
-  </property>
-  <property>
     <name>hbase.regionserver.safemode</name>
     <value>false</value>
     <description>