From 0f08b7ed3e550fff0d1f112f030b9692f0cc25cd Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 22 Feb 2016 14:44:45 -0800 Subject: [PATCH] HBASE-15305 Fix a couple of incorrect anchors in HBase Ref Guide --- src/main/asciidoc/_chapters/architecture.adoc | 1 + src/main/asciidoc/_chapters/configuration.adoc | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) 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. <> 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. 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 <>. - [[recommended_configurations]] === Recommended Configurations -- 2.7.4 (Apple Git-66)