From 57a13947b622dd2d61e28a9ca2b5398ee1498af2 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 3 Oct 2012 16:47:10 +0000 Subject: [PATCH] =?UTF-8?q?Default=20was=20wrong=20for=20WAL=20log=20split?= =?UTF-8?q?ting=20--=20from=20Beno=C3=AEt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393604 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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