HBASE-26811 (addendum)Secondary replica may be disabled for read incorrectly forever (#4311)
This commit is contained in:
parent
6ba8a09d11
commit
f51e57908f
|
@ -77,10 +77,11 @@ public class TestRegionReplicaWaitForPrimaryFlushConf {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This test is for HBASE-26811,when
|
* This test is for HBASE-26811,before HBASE-26811,when
|
||||||
* {@link ServerRegionReplicaUtil#REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY} is false and set
|
* {@link ServerRegionReplicaUtil#REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY} is false and set
|
||||||
* {@link TableDescriptorBuilder#setRegionMemStoreReplication} to true explicitly,the secondary
|
* {@link TableDescriptorBuilder#setRegionMemStoreReplication} to true explicitly,the secondary
|
||||||
* replica would be disabled for read after open.
|
* replica would be disabled for read after open,after HBASE-26811,the secondary replica would be
|
||||||
|
* enabled for read after open.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testSecondaryReplicaReadEnabled() throws Exception {
|
public void testSecondaryReplicaReadEnabled() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue