Class TestRegionReplicaReplicationError

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestRegionReplicaReplicationError

Test region replication when error occur.

We can not simply move the secondary replicas as we will trigger a flush for the primary replica when secondary replica is online, which will always make the data of the two regions in sync. So here we need to simulate request errors.