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

Lars Hofhansl commented on HBASE-2196:
--------------------------------------

Thanks J-D.
In ReplicationSourceManager.addSource(...), why this loop:
    for (ReplicationSourceInterface source : this.sources) {
      this.zkHelper.addLogToList(name, source.getPeerClusterZnode());
    }
Instead of just adding the log of the newly added source?


> Support more than one slave cluster
> -----------------------------------
>
>                 Key: HBASE-2196
>                 URL: https://issues.apache.org/jira/browse/HBASE-2196
>             Project: HBase
>          Issue Type: Sub-task
>          Components: replication
>            Reporter: Jean-Daniel Cryans
>         Attachments: 2196.txt, HBASE-2196-wip.patch
>
>
> Currently replication supports only 1 slave cluster, need to ability to add 
> more.

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

        

Reply via email to