Class TestReplicationDisableInactivePeer

java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationBase
org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer

  • Field Details

  • Constructor Details

  • Method Details

    • testDisableInactivePeer

      public void testDisableInactivePeer() throws Exception
      Test disabling an inactive peer. Add a peer which is inactive, trying to insert, disable the peer, then activate the peer and make sure nothing is replicated. In Addition, enable the peer and check the updates are replicated.
      Throws:
      Exception