From 8ed3d4b9cbf79088e5b9b80477d476cb84a68129 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 b42ce3fed91..875874100c3 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.