Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
None
-
None
-
None
Description
In listValidReplicationPeers(), we're creating the peer Configuration based on the source connection configuration and simply applying the peer ZK cluster key. This causes any additional properties present in the ReplicationPeerConfig configuration to not be applied.
We should instead be using the configuration returned by ReplicationPeers.getPeerConf(), which we already call in that method.
Attachments
Attachments
Issue Links
- duplicates
-
HBASE-14866 VerifyReplication should use peer configuration in peer connection
- Resolved