HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2

Fix a description.
This commit is contained in:
Michael Stack 2017-12-22 08:37:39 -08:00
parent 79d4f6c11c
commit 95663f6b11
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 2 additions and 2 deletions

View File

@ -133,14 +133,14 @@ possible configurations would overwhelm and obscure the important.
<property> <property>
<name>hbase.master.logcleaner.ttl</name> <name>hbase.master.logcleaner.ttl</name>
<value>600000</value> <value>600000</value>
<description>How long a WAL remain in the {hbase.rootdir}/oldWALs directory, <description>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.</description> after which it will be cleaned by a Master thread. The value is in milliseconds.</description>
</property> </property>
<property> <property>
<name>hbase.master.procedurewalcleaner.ttl</name> <name>hbase.master.procedurewalcleaner.ttl</name>
<value>604800000</value> <value>604800000</value>
<description>How long a Procedure WAL will remain in the <description>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.</description> by a Master thread. The value is in milliseconds.</description>
</property> </property>
<property> <property>