diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 731a70b2b4d..1d41007b0de 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -1884,11 +1884,11 @@ rs.close();
<varname>hbase.hlog.split.skip.errors</varname> - When set to true, the default, any error + When set to true, any error encountered splitting will be logged, the problematic WAL will be moved into the .corrupt directory under the hbase rootdir, and processing will continue. If set to - false, the exception will be propagated and the + false, the default, the exception will be propagated and the split logged as failed. See HBASE-2958