[ 
https://issues.apache.org/jira/browse/HBASE-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096354#comment-13096354
 ] 

Lars Hofhansl commented on HBASE-2195:
--------------------------------------

Now I have to wrap my head around the naming convention in Zookeeper.
Currently this is all labeled with the 1 digit cluster id.
'-' is used as separator in case of ZK failures.
So the ClusterUUID needs to be encoded (maybe as simple as replacing - with x). 
Base64 encoding is no good because it contains / . Or maybe it is simpler to 
use ; as separator now.

I am not aware of any length limits for ZNode names, is that correct?

Is the description here http://hbase.apache.org/replication.html, still 
completely up-to-date?

> Support cyclic replication
> --------------------------
>
>                 Key: HBASE-2195
>                 URL: https://issues.apache.org/jira/browse/HBASE-2195
>             Project: HBase
>          Issue Type: Sub-task
>          Components: replication
>            Reporter: Jean-Daniel Cryans
>         Attachments: 2195.txt
>
>
> We need to support cyclic replication by using the cluster id of each HlogKey 
> and stop replicating when it goes back to the original cluster.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to