Class TestRegionReplicationForSkipWAL

java.lang.Object
org.apache.hadoop.hbase.regionserver.regionreplication.TestRegionReplicationForSkipWAL

@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests") public class TestRegionReplicationForSkipWAL extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final HBaseTestingUtil
     
    private static final int
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final byte[]
     
    private static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static boolean
    checkReplica(org.apache.hadoop.hbase.client.Table table, byte[] fam, byte[] qual, byte[] rowKey, byte[] expectValue)
     
    private org.apache.hadoop.hbase.regionserver.HRegion[]
    createTable(boolean skipWAL)
     
    private org.apache.hadoop.hbase.TableName
    getTableName(boolean skipWAL)
     
    static void
     
    static void
     
    void
    This test is for HBASE-26933,make the new region replication framework introduced by HBASE-26233 work for table which DURABILITY is Durability.SKIP_WAL.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait