Repository: hbase
Updated Branches:
  refs/heads/master 12813c7f0 -> 6462a615c


HBASE-15305 Fix a couple of incorrect anchors in HBase Ref Guide


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

Branch: refs/heads/master
Commit: 6462a615cb4405764d67599a4f269653d044c754
Parents: 12813c7
Author: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Authored: Mon Feb 22 14:44:45 2016 -0800
Committer: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Committed: Thu Jul 14 17:00:56 2016 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/architecture.adoc  | 1 +
 src/main/asciidoc/_chapters/configuration.adoc | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6462a615/src/main/asciidoc/_chapters/architecture.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/architecture.adoc 
b/src/main/asciidoc/_chapters/architecture.adoc
index 71fcc38..4b88665 100644
--- a/src/main/asciidoc/_chapters/architecture.adoc
+++ b/src/main/asciidoc/_chapters/architecture.adoc
@@ -1032,6 +1032,7 @@ For background, see 
link:https://issues.apache.org/jira/browse/HBASE-2643[HBASE-
 
 WAL log splitting and recovery can be resource intensive and take a long time, 
depending on the number of RegionServers involved in the crash and the size of 
the regions. <<distributed.log.splitting>> was developed to improve performance 
during log splitting.
 
+[[distributed.log.splitting]]
 .Enabling or Disabling Distributed Log Splitting
 
 Distributed log processing is enabled by default since HBase 0.92.

http://git-wip-us.apache.org/repos/asf/hbase/blob/6462a615/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc 
b/src/main/asciidoc/_chapters/configuration.adoc
index 82db83d..dd253d7 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -770,14 +770,6 @@ See 
link:https://issues.apache.org/jira/browse/HBASE-6389[HBASE-6389 Modify the
             conditions to ensure that Master waits for sufficient number of 
Region Servers before
             starting region assignments] for more detail.
 
-[[backup.master.fail.fast]]
-==== If a backup Master exists, make the primary Master fail fast
-
-If the primary Master loses its connection with ZooKeeper, it will fall into a 
loop where it keeps trying to reconnect.
-Disable this functionality if you are running more than one Master: i.e. a 
backup Master.
-Failing to do so, the dying Master may continue to receive RPCs though another 
Master has assumed the role of primary.
-See the configuration 
<<fail.fast.expired.active.master,fail.fast.expired.active.master>>.
-
 [[recommended_configurations]]
 === Recommended Configurations
 

Reply via email to