[
https://issues.apache.org/jira/browse/HBASE-15647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250248#comment-15250248
]
Hudson commented on HBASE-15647:
--------------------------------
FAILURE: Integrated in HBase-0.98-matrix #333 (See
[https://builds.apache.org/job/HBase-0.98-matrix/333/])
HBASE-15647 Backport HBASE-15507 (update_peer_config) to 0.98 (apurtell: rev
c9b9f7f660519bc9576f73f5a79ef27f55475651)
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ReplicationEndpoint.java
* hbase-shell/src/main/ruby/shell.rb
* hbase-shell/src/main/ruby/hbase/replication_admin.rb
* hbase-shell/src/test/ruby/hbase/replication_admin_test.rb
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationSerDeHelper.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeers.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/BaseReplicationEndpoint.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityReplicationEndpoint.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerZKImpl.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdminWithClusters.java
* hbase-shell/src/main/ruby/shell/commands/update_peer_config.rb
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationStateZKBase.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeerConfigListener.java
> Backport HBASE-15507 to 0.98
> ----------------------------
>
> Key: HBASE-15647
> URL: https://issues.apache.org/jira/browse/HBASE-15647
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Affects Versions: 0.98.18
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Fix For: 0.98.19
>
> Attachments: HBASE-15647-0.98.patch, HBASE-15647-0.98.v1.patch
>
>
> HBASE-15507 introduced an update_peer_config method to allow online changes
> to replication config. It depended on HBASE-11393, which so far exists only
> in master and can only be in 2.0 and above because of some incompatible
> changes to replication peer config serialization.
> To get this in 0.98 will require two things:
> 1. Port the PeerConfigTracker in HBASE-11393 to 0.98 without taking the
> incompatible tableCF serialization changes.
> 2. Port HBASE-15507's logic on top of this.
> Most of this work was done in HBASE-15633 for branch-1, but 0.98 is just
> different enough to need some tweaks of its own.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)