You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2016/06/16 08:05:25 UTC

hbase git commit: HBASE-16031 Documents about "hbase.replication" default value seems wrong

Repository: hbase
Updated Branches:
  refs/heads/master f19f1d9e9 -> d1de9337e


HBASE-16031 Documents about "hbase.replication" default value seems wrong


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

Branch: refs/heads/master
Commit: d1de9337ef7084c6d23d0bc3116d29049e8af255
Parents: f19f1d9
Author: chenheng <ch...@apache.org>
Authored: Thu Jun 16 13:52:16 2016 +0800
Committer: chenheng <ch...@apache.org>
Committed: Thu Jun 16 14:12:37 2016 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d1de9337/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc
index bc75951..e7ca940 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -1651,9 +1651,9 @@ The following metrics are exposed at the global region server level and (since H
 | hbase.replication
 | Whether replication is enabled or disabled on a given
                 cluster
-| false
+| true
 
-| eplication.sleep.before.failover
+| replication.sleep.before.failover
 | How many milliseconds a worker should sleep before attempting to replicate
                 a dead region server's WAL queues.
 |