Li Zhexi created HBASE-27789:
--------------------------------
Summary: Backport "HBASE-24914 Remove duplicate code appearing
continuously in method ReplicationPeerManager.updatePeerConfig" to branch-2
Key: HBASE-27789
URL: https://issues.apache.org/jira/browse/HBASE-27789
Project: HBase
Issue Type: Improvement
Components: Replication
Affects Versions: 2.4.14, 2.5.0
Reporter: Li Zhexi
Branch-2/ Branch-2.4/Branch-2.5 also have duplicate code in
ReplicationPeerManager#updatePeerConfig
newPeerConfigBuilder.putAllConfiguration(oldPeerConfig.getConfiguration());
newPeerConfigBuilder.putAllConfiguration(peerConfig.getConfiguration());
newPeerConfigBuilder.putAllConfiguration(oldPeerConfig.getConfiguration());
newPeerConfigBuilder.putAllConfiguration(peerConfig.getConfiguration());
--
This message was sent by Atlassian Jira
(v8.20.10#820010)