HBASE-5804 Add more to verification step in HLogPerformanceEvaluation; UNDO OVERCOMMIT in hbase-site.xml

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1326903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-17 03:58:51 +00:00
parent ae3cbd0605
commit ea65619d35
1 changed files with 7 additions and 0 deletions

View File

@ -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>