HBASE-5091 [replication] Update replication doc to reflect current znode structure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1222481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ec931d5c7
commit
6313293e51
|
@ -294,21 +294,17 @@
|
||||||
<pre>
|
<pre>
|
||||||
/hbase/replication/rs/
|
/hbase/replication/rs/
|
||||||
1.1.1.1,60020,123456780/
|
1.1.1.1,60020,123456780/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.1,60020.1234 (Contains a position)
|
1.1.1.1,60020.1234 (Contains a position)
|
||||||
1.1.1.1,60020.1265
|
1.1.1.1,60020.1265
|
||||||
1.1.1.2,60020,123456790/
|
1.1.1.2,60020,123456790/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.2,60020.1214 (Contains a position)
|
1.1.1.2,60020.1214 (Contains a position)
|
||||||
1.1.1.2,60020.1248
|
1.1.1.2,60020.1248
|
||||||
1.1.1.2,60020.1312
|
1.1.1.2,60020.1312
|
||||||
1.1.1.3,60020, 123456630/
|
1.1.1.3,60020, 123456630/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.3,60020.1280 (Contains a position)
|
1.1.1.3,60020.1280 (Contains a position)
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
Now let's say that 1.1.1.2 loses its ZK session. The survivors will race
|
Now let's say that 1.1.1.2 loses its ZK session. The survivors will race
|
||||||
|
@ -320,19 +316,16 @@
|
||||||
<pre>
|
<pre>
|
||||||
/hbase/replication/rs/
|
/hbase/replication/rs/
|
||||||
1.1.1.1,60020,123456780/
|
1.1.1.1,60020,123456780/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.1,60020.1234 (Contains a position)
|
1.1.1.1,60020.1234 (Contains a position)
|
||||||
1.1.1.1,60020.1265
|
1.1.1.1,60020.1265
|
||||||
1.1.1.2,60020,123456790/
|
1.1.1.2,60020,123456790/
|
||||||
lock
|
lock
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.2,60020.1214 (Contains a position)
|
1.1.1.2,60020.1214 (Contains a position)
|
||||||
1.1.1.2,60020.1248
|
1.1.1.2,60020.1248
|
||||||
1.1.1.2,60020.1312
|
1.1.1.2,60020.1312
|
||||||
1.1.1.3,60020,123456630/
|
1.1.1.3,60020,123456630/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.3,60020.1280 (Contains a position)
|
1.1.1.3,60020.1280 (Contains a position)
|
||||||
|
|
||||||
|
@ -351,7 +344,6 @@
|
||||||
<pre>
|
<pre>
|
||||||
/hbase/replication/rs/
|
/hbase/replication/rs/
|
||||||
1.1.1.1,60020,123456780/
|
1.1.1.1,60020,123456780/
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.1,60020.1378 (Contains a position)
|
1.1.1.1,60020.1378 (Contains a position)
|
||||||
|
|
||||||
|
@ -363,7 +355,6 @@
|
||||||
1.1.1.2,60020.1312 (Contains a position)
|
1.1.1.2,60020.1312 (Contains a position)
|
||||||
1.1.1.3,60020,123456630/
|
1.1.1.3,60020,123456630/
|
||||||
lock
|
lock
|
||||||
peers/
|
|
||||||
2/
|
2/
|
||||||
1.1.1.3,60020.1325 (Contains a position)
|
1.1.1.3,60020.1325 (Contains a position)
|
||||||
1.1.1.3,60020.1401
|
1.1.1.3,60020.1401
|
||||||
|
|
Loading…
Reference in New Issue