From 95663f6b11ba61294231f90f055515af098179fc Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 22 Dec 2017 08:37:39 -0800 Subject: [PATCH] HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description. --- hbase-common/src/main/resources/hbase-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index a79ead462b8..941fb538bba 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -133,14 +133,14 @@ possible configurations would overwhelm and obscure the important. hbase.master.logcleaner.ttl 600000 - How long a WAL remain in the {hbase.rootdir}/oldWALs directory, + How long a WAL remain in the archive ({hbase.rootdir}/oldWALs) directory, after which it will be cleaned by a Master thread. The value is in milliseconds. hbase.master.procedurewalcleaner.ttl 604800000 How long a Procedure WAL will remain in the - {hbase.rootdir}/MasterProcedureWALs directory, after which it will be cleaned + archive directory, after which it will be cleaned by a Master thread. The value is in milliseconds.