[
https://issues.apache.org/jira/browse/HBASE-19618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303804#comment-16303804
]
Hudson commented on HBASE-19618:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4289 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4289/])
HBASE-19618 Remove replicationQueuesClient.class/replicationQueues.class
(zghao: rev 2ce5dc892710666c9a382fdeece412ecbb8559bb)
* (edit)
hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/ReplicationFactory.java
* (delete)
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStateHBaseImpl.java
* (delete)
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationTableBase.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMultiSlaveReplication.java
* (delete)
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestTableBasedReplicationSourceManagerImpl.java
* (delete)
hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/TableBasedReplicationQueuesClientImpl.java
* (delete)
hbase-replication/src/main/java/org/apache/hadoop/hbase/replication/TableBasedReplicationQueuesImpl.java
> Remove replicationQueuesClient.class/replicationQueues.class config and
> remove table based ReplicationQueuesClient/ReplicationQueues implementation
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-19618
> URL: https://issues.apache.org/jira/browse/HBASE-19618
> Project: HBase
> Issue Type: Improvement
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19618.master.001.patch,
> HBASE-19618.master.002.patch, HBASE-19618.master.003.patch
>
>
> When implement the procedure of replication admin operations, we abstract a
> replication storage interface in HBASE-19543. So
> ReplicationQueues/ReplicationQueuesClient are not used anymore. These
> interface are IA.private. So it is ok to remove them. But there are two
> config: hbase.region.replica.replication.replicationQueues.class and
> hbase.region.replica.replication.replicationQueuesClient.class in
> ReplicationFactory. These configs were introduced by HBASE-15867, which only
> in 2.0. And the feature development is not active now. In the future, we can
> implement the table based replication to replication storage interface. So
> let's remove them before release 2.0.
> See more details in the discussion of HBASE-19573.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)