Package org.apache.hadoop.hbase.wal
Class TestFSHLogProviderWithConcurrentWrites
java.lang.Object
org.apache.hadoop.hbase.wal.TestFSHLogProviderWithConcurrentWrites
Tests for TestFSHLogProvider which use WALPerformanceEvaluation for WAL data creation. This class
was created as part of refactoring for hbase-diagnostics module creation in HBASE-28432 to break
cyclic dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRulefinal org.junit.rules.TestNameprivate static org.apache.hadoop.fs.FileSystemprivate static final org.slf4j.Loggerprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()static voidstatic voidvoidWrite to a log file with three concurrent threads and verifying all data is written.
-
Field Details
-
CLASS_RULE
-
LOG
-
fs
-
TEST_UTIL
-
currentTest
-
-
Constructor Details
-
TestFSHLogProviderWithConcurrentWrites
-
-
Method Details