Repository: hbase Updated Branches: refs/heads/master d822ee3a7 -> 7c5188f39
HBASE-20830 Document that region replica does not work well with AMv2 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7c5188f3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7c5188f3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7c5188f3 Branch: refs/heads/master Commit: 7c5188f39e115ea44e8c7fb72c56992175fca976 Parents: d822ee3 Author: zhangduo <[email protected]> Authored: Mon Jul 2 16:42:48 2018 +0800 Committer: zhangduo <[email protected]> Committed: Mon Jul 2 17:25:30 2018 +0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/architecture.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/7c5188f3/src/main/asciidoc/_chapters/architecture.adoc ---------------------------------------------------------------------- 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 <<amv2, Assignment Manager V2>> does not work well with region replica, so this feature maybe broken. Use it with caution. + [[casestudies.timelineconsistent.intro]] === Introduction
