From b186c51796cc61039c6e5e18be6ff06dd6ea8754 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 13 Oct 2020 09:44:18 +0800 Subject: [PATCH] HBASE-25169 Update documentation about meta region replica (#2528) Signed-off-by: Michael Stack --- src/main/asciidoc/_chapters/architecture.adoc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index bc4af05b4af..7cf151d2892 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -2753,8 +2753,6 @@ See the above HDFS Architecture link for more information. [[arch.timelineconsistent.reads]] == Timeline-consistent High Available Reads -NOTE: The current <> does not work well with region replica, so this feature maybe broken. Use it with caution. - [[casestudies.timelineconsistent.intro]] === Introduction @@ -2920,7 +2918,7 @@ Instead you can change the number of region replicas per table to increase or de hbase.regionserver.meta.storefile.refresh.period 300000 - The period (in milliseconds) for refreshing the store files for the hbase:meta tables secondary regions. 0 means this feature is disabled. Secondary regions sees new files (from flushes and compactions) from primary once the secondary region refreshes the list of files in the region (there is no notification mechanism). But too frequent refreshes might cause extra Namenode pressure. If the files cannot be refreshed for longer than HFile TTL (hbase.master.hfilecleaner.ttl) the requests are rejected. Configuring HFile TTL to a larger value is also recommended with this setting. This should be a non-zero number if meta replicas are enabled (via hbase.meta.replica.count set to greater than 1). + The period (in milliseconds) for refreshing the store files for the hbase:meta tables secondary regions. 0 means this feature is disabled. Secondary regions sees new files (from flushes and compactions) from primary once the secondary region refreshes the list of files in the region (there is no notification mechanism). But too frequent refreshes might cause extra Namenode pressure. If the files cannot be refreshed for longer than HFile TTL (hbase.master.hfilecleaner.ttl) the requests are rejected. Configuring HFile TTL to a larger value is also recommended with this setting. This should be a non-zero number if meta replicas are enabled. @@ -2953,15 +2951,6 @@ Instead you can change the number of region replicas per table to increase or de The period (in milliseconds) to keep store files in the archive folder before deleting them from the file system. - - hbase.meta.replica.count - 3 - - Region replication count for the meta regions. Defaults to 1. - - - - hbase.region.replica.storefile.refresh.memstore.multiplier 4