[ 
https://issues.apache.org/jira/browse/HBASE-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anoop Sam John updated HBASE-9975:
----------------------------------

    Status: Patch Available  (was: Open)

> Not starting ReplicationSink when using custom implementation for the 
> ReplicationSink.
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-9975
>                 URL: https://issues.apache.org/jira/browse/HBASE-9975
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.94.13
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 0.98.0, 0.96.1, 0.94.14
>
>         Attachments: HBASE-9975_Trunk.patch
>
>
> Not starting ReplicationSink when using custom implementation for the 
> ReplicationSink.
> {code}
> if (this.replicationSourceHandler == this.replicationSinkHandler &&
>        this.replicationSourceHandler != null) {
>    this.replicationSourceHandler.startReplicationService();
> } else if (this.replicationSourceHandler != null) {
>   this.replicationSourceHandler.startReplicationService();
> } else if (this.replicationSinkHandler != null) {
>   this.replicationSinkHandler.startReplicationService();
> }
> {code}
> ReplicationSource and Sink are different as there is custom impl for 
> ReplicationSink. We can not have else ifs



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to