Class TestMetaRegionReplicaReplication

java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.TestMetaRegionReplicaReplication

@Tag("org.apache.hadoop.hbase.testclassification.ReplicationTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests") public class TestMetaRegionReplicaReplication extends Object
Tests region replication for hbase:meta by setting up region replicas and verifying async wal replication replays the edits to the secondary region in various scenarios.
See Also: