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.