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 2012/04/17 05:58:51 UTC

svn commit: r1326903 - /hbase/trunk/src/test/resources/hbase-site.xml

Author: stack
Date: Tue Apr 17 03:58:51 2012
New Revision: 1326903

URL: http://svn.apache.org/viewvc?rev=1326903&view=rev
Log:
HBASE-5804 Add more to verification step in HLogPerformanceEvaluation; UNDO OVERCOMMIT in hbase-site.xml

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

Modified: hbase/trunk/src/test/resources/hbase-site.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/test/resources/hbase-site.xml?rev=1326903&r1=1326902&r2=1326903&view=diff
==============================================================================
--- hbase/trunk/src/test/resources/hbase-site.xml (original)
+++ hbase/trunk/src/test/resources/hbase-site.xml Tue Apr 17 03:58:51 2012
@@ -142,4 +142,11 @@
     version is X.X.X-SNAPSHOT"
     </description>
   </property>
+   <property>
+     <name>hbase.client.retries.number</name>
+     <value>100</value>
+     <description>
+     Use a lot of retries in unit tests.
+     </description>
+   </property>
 </configuration>