Class TestNegativeMemStoreSizeWithSlowCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestNegativeMemStoreSizeWithSlowCoprocessor
extends Object
Test that verifies we do not have memstore size negative when a postPut/Delete hook is
slow/expensive and a flush is triggered at the same time the coprocessow is doing its work. To
simulate this we call flush from the coprocessor itself
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoid
-
Field Details
-
LOG
-
TEST_UTIL
-
tableName
-
family
-
qualifier
-
-
Constructor Details
-
TestNegativeMemStoreSizeWithSlowCoprocessor
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testNegativeMemstoreSize
- Throws:
IOExceptionInterruptedException
-