Class TestWALEntryStreamCompressionReset
java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.TestWALEntryStreamCompressionReset
Enable compression and reset the WALEntryStream while reading in ReplicationSourceWALReader.
This is used to confirm that we can work well when hitting EOFException in the middle when
reading a WAL entry, when compression is enabled. See HBASE-27621 for more details.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static int
private static byte[]
private static org.apache.hadoop.fs.FileSystem
private static String
private static org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
private static org.apache.hadoop.hbase.replication.regionserver.MetricsSource
private static org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
private static org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader
private static org.apache.hadoop.hbase.client.RegionInfo
private static NavigableMap<byte[],
Integer> private static org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
private static org.apache.hadoop.hbase.TableName
private static org.apache.hadoop.fs.Path
private static final HBaseTestingUtil
private static org.apache.hadoop.fs.Path
private static long
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
UTIL
-
TABLE_NAME
-
REGION_INFO
-
FAMILY
-
MVCC
-
SCOPE
-
GROUP_ID
-
FS
-
SOURCE
-
METRICS_SOURCE
-
LOG_QUEUE
-
TEMPLATE_WAL_FILE
-
END_OFFSET_OF_WAL_ENTRIES
-
WAL_FILE
-
WAL_LENGTH
-
READER
-
-
Constructor Details
-
TestWALEntryStreamCompressionReset
public TestWALEntryStreamCompressionReset()
-
-
Method Details