Default was wrong for WAL log splitting -- from Benoît

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-10-03 16:47:10 +00:00
parent 90e0910a48
commit 57a13947b6
1 changed files with 2 additions and 2 deletions

View File

@ -1884,11 +1884,11 @@ rs.close();
<section>
<title><varname>hbase.hlog.split.skip.errors</varname></title>
<para>When set to <constant>true</constant>, the default, any error
<para>When set to <constant>true</constant>, any error
encountered splitting will be logged, the problematic WAL will be
moved into the <filename>.corrupt</filename> directory under the hbase
<varname>rootdir</varname>, and processing will continue. If set to
<constant>false</constant>, the exception will be propagated and the
<constant>false</constant>, the default, the exception will be propagated and the
split logged as failed.<footnote>
<para>See <link
xlink:href="https://issues.apache.org/jira/browse/HBASE-2958">HBASE-2958