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

stack commented on HBASE-2195:
------------------------------

bq. The trick with with deserializing previous versions would still work; but 
only because we are not actually using any methods from VersionedWritable 
(HLogKey.readFields() does not call super.readFields and HLogKey.write does not 
call super.write.)

Yes. Exactly.  Given this, I'd say subclassing VersionedWritable would only 
confuse since you are not making full use of it.

> 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
>            Assignee: Lars Hofhansl
>         Attachments: 2195-v10.txt, 2195-v12.txt, 2195-v5.txt, 2195-v6.txt, 
> 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