HBASE-4517 Document new replication features in 0.92
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1177867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e606a3790
commit
dd224a594b
|
@ -44,7 +44,9 @@ for future developments. The current implementation offers the following
|
|||
features:
|
||||
|
||||
<ol>
|
||||
<li>Master/Slave replication limited to 1 slave cluster. </li>
|
||||
<li>Master/Slave replication.</li>
|
||||
<li>Master/Master replication.</li>
|
||||
<li>Cyclic replication.</li>
|
||||
<li>Replication of scoped families in user tables.</li>
|
||||
<li>Start/stop replication stream.</li>
|
||||
<li>Supports clusters of different sizes.</li>
|
||||
|
@ -74,6 +76,8 @@ Before trying out replication, make sure to review the following requirements:
|
|||
<li>Every table that contains families that are scoped for replication
|
||||
should exist on every cluster with the exact same name, same for those
|
||||
replicated families.</li>
|
||||
<li>For multiple slaves, Master/Master, or cyclic replication version
|
||||
0.92 or greater is needed.</li>
|
||||
</ol>
|
||||
|
||||
<p>
|
||||
|
@ -113,6 +117,10 @@ to another.
|
|||
scope of 1 means it's going to be. In the future, different scope can be
|
||||
used for routing policies.
|
||||
</li>
|
||||
<li>To list all configured peers run the following command in the master's
|
||||
shell
|
||||
<pre>list_peers</pre> (as of version 0.92)
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
You can confirm that your setup works by looking at any region server's log
|
||||
|
|
Loading…
Reference in New Issue