Trying to fix Hudson, 1 update missing in TestHLog

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2009-10-30 22:04:04 +00:00
parent e30b9d47f2
commit b80f8587bf
1 changed files with 7 additions and 0 deletions

View File

@ -134,4 +134,11 @@
The port at which the clients will connect.
</description>
</property>
<property>
<name>hbase.regionserver.flushlogentries</name>
<value>1</value>
<description>Sync the HLog to the HDFS when it has accumulated this many
entries. Default 100. Value is checked on every HLog.append
</description>
</property>
</configuration>