Class TestWALConfiguration
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.TestWALConfiguration
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
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
org.junit.rules.TestName
(package private) static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOG
-
TEST_UTIL
-
CLASS_RULE
-
name
-
walProvider
-
-
Constructor Details
-
TestWALConfiguration
public TestWALConfiguration()
-
-
Method Details
-
data
-
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
-