You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zy...@apache.org on 2018/07/10 04:38:47 UTC

[25/50] [abbrv] hbase git commit: HBASE-20830 Document that region replica does not work well with AMv2

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/HBASE-18477
Commit: 7c5188f39e115ea44e8c7fb72c56992175fca976
Parents: d822ee3
Author: zhangduo <zh...@apache.org>
Authored: Mon Jul 2 16:42:48 2018 +0800
Committer: zhangduo <zh...@apache.org>
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