You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/12/22 16:37:57 UTC

hbase git commit: HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description.

Repository: hbase
Updated Branches:
  refs/heads/master c0598dcb1 -> 8ed3d4b9c


HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2
Fix a description.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8ed3d4b9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8ed3d4b9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8ed3d4b9

Branch: refs/heads/master
Commit: 8ed3d4b9cbf79088e5b9b80477d476cb84a68129
Parents: c0598dc
Author: Michael Stack <st...@apache.org>
Authored: Fri Dec 22 08:37:39 2017 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Fri Dec 22 08:37:39 2017 -0800

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8ed3d4b9/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index b42ce3f..8758741 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.
   <property>
     <name>hbase.master.logcleaner.ttl</name>
     <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>
   </property>
   <property>
     <name>hbase.master.procedurewalcleaner.ttl</name>
     <value>604800000</value>
     <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>
   </property>
   <property>