Class CatalogReplicationSourcePeer

java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationPeerImpl
org.apache.hadoop.hbase.replication.regionserver.CatalogReplicationSourcePeer
All Implemented Interfaces:
ConfigurationObserver, ReplicationPeer

The 'peer' used internally by Catalog Region Replicas Replication Source. The Replication system has 'peer' baked into its core so though we do not need 'peering', we need a 'peer' and its configuration else the replication system breaks at a few locales. Set "hbase.region.replica.catalog.replication" if you want to change the configured endpoint.
  • Constructor Details

    • CatalogReplicationSourcePeer

      CatalogReplicationSourcePeer(org.apache.hadoop.conf.Configuration configuration, String clusterKey)
      Parameters:
      clusterKey - Usually the UUID from zk passed in by caller as a String.