From 764d97858b86cb63f2a7fab3f6cb3f47a8953783 Mon Sep 17 00:00:00 2001 From: zhangduo Date: Mon, 2 Jul 2018 16:42:48 +0800 Subject: [PATCH] HBASE-20830 Document that region replica does not work well with AMv2 --- src/main/asciidoc/_chapters/architecture.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index d5117db..06d40b0 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -2537,6 +2537,8 @@ 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 -- 2.7.4