Class TestWALConfiguration
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestWALConfiguration
extends Object
Ensure configuration changes are having an effect on WAL. There is a lot of reflection around WAL
setup; could be skipping Configuration changes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger(package private) static final HBaseTestingUtilprivate final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG
-
TEST_UTIL
-
walProvider
-
-
Constructor Details
-
TestWALConfiguration
-
-
Method Details
-
parameters
-
before
-
testBlocksizeDefaultsToTwiceHDFSBlockSize
Test blocksize change from HBASE-20520 takes on both asycnfs and old wal provider. Hard to verify more than this given the blocksize is passed down to HDFS on create -- not kept local to the streams themselves.- Throws:
IOException
-