Class TestReplicationMarker

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

public class TestReplicationMarker extends Object
This test creates 2 mini hbase cluster. One cluster with "hbase.regionserver.replication.marker.enabled" conf key. This will create ReplicationMarkerChore which will create marker rows to be replicated to sink cluster. Second cluster with "hbase.regionserver.replication.sink.tracker.enabled" conf key enabled. This will persist the marker rows coming from peer cluster to persist to REPLICATION.SINK_TRACKER table.